toolstrip radio style buttons
Peter Osucha <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
VS2005 I am using a toolstrip control inside a form panel. I have added some buttons that I want to behave like 'radio' buttons (only one can be selected at a time). It seems the functionality I want could be achieved with a drop down box - however, I want to use buttons. How is this done, please? Peter