Changing the color of Menubar in Windows Form

  • Thread starter Thread starter Sujith Manuel
  • Start date Start date
S

Sujith Manuel

Hi All,

How is it possible to change the color of Menubar in Windows Form. I was
able to do this for Menu items by using the property "OwnerDraw" and
providing separate drawing functions. I tried using some of the Windows APIs
such as "CreateSolidBrush" and "SetMenuInfo" but it always paints black
irrespective of the selected color. Any help in this regard will be really
appreciated.

Thanks in advance,
Sujith Manuel.
 
Back
Top