Wrong color in "MainMenu" on a winform

  • Thread starter Thread starter seshagiri.cherukuri
  • Start date Start date
S

seshagiri.cherukuri

hi,

I inserted a "MainMenu" object on winform. The sub menu items show up
in white color during runtime instead of the regular "control" color.

There is no 'BackColor' property for a MainMenu control.

Can anyone tell me how to do this.

thanks

Seshagiri
 
I inserted a "MainMenu" object on winform. The sub menu items show up
in white color during runtime instead of the regular "control" color.

That's the standard color on Windows XP machines. Start notepad and check
the color of the menu items there. They are white too.
 
Back
Top