ToolStrip - how I can make rectangle on the last selected item ?

M

Mr. X.

Hello.
I am using toolstrip.
I want to make rectangle on the selected item only.
How can I do that ?

Thanks :)
 
M

Mr. X.

Problem solved.
What I have found, that ToolStripItem, which is created by :
ToolBox.items.add("a text" , myImage) is created as toolStripButton, which
has checked component.
I need only one button to be checked, so each time it is checked, I do a
loop for the rest of the toolStripButtons.

Thanks, anyway :)
 

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