There is any form to change the menu color when the mouse is over it in designing time in visual studio 2008?
Or at least change all the menu items at the same time in execution time
I’m using windows forms
There is any form to change the menu color when the mouse is over
Share
I did’t found a way to do this in desing time, but with code i need change the RenderMode to custom, by default use the the "manager" option.
with this, inherits a class of ToolStripRenderer
and call it when the forms is load