Tool strip menu item color

  • Thread starter Thread starter nenzax
  • Start date Start date
N

nenzax

Hi,

i just know figured out that the toolstrip uses ProfessionalColors
class, can some one tell me what backcolor property it uses for its
menu items and the panel.

the issue is i placed a checkbox control on the tool strip and i need
the back color propety to be the same as the menu items in the tool
strio control....... i assinged "Control" color but toolstrip menu
item renders it diffrently to a checkbox
 
i just know figured out that the toolstrip uses ProfessionalColors
class, can some one tell me what backcolor property it uses for its
menu items and the panel.

the issue is i placed a checkbox control on the tool strip and i need
the back color propety to be the same as the menu items in the tool
strio control....... i assinged "Control" color but toolstrip menu
item renders it diffrently to a checkbox

Try setting the check box's BackColor to Transparent.
 
Back
Top