I can't seem to find out the exact color to t开发者_StackOverflow中文版he highlight when hovering over menu options in C#, anyone know?
Thanks
I am not sure if this is what you mean, but there is a property: SystemColors.MenuHighlight
if you want to match the system colors in your own GUI?
精彩评论