CheckBox with Transparent BackColor

M

Mika M

Hi!

I'm using VB 2005. My Windows form contains ToolStrip, and I add
CheckBox on it (to the right of the buttons). How can I set CheckBoxes
BackColor as Transparent to view ToolStrips graphic as CheckBoxes BackColor?

It's not working if I simply change property BackColor to Transparent
for CheckBox.
 
M

Mika M

I tried to make this too complex way. There seems to be possible to make
a "button" into ToolStrip, set it's DisplayStyle to Text and SetOnClick
to True, and then use Checked-property as True/False.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top