Re: toolstrip radio style buttons
Robert Lee <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
Peter,
Use the Radio Button, and set its appearance to button.
HTH
Rob
-----Original Message-----
From: Discussion forum for developers using Windows Forms to build apps and
controls [mailto:[email protected]] On Behalf Of Peter
Osucha
Sent: Tuesday, May 22, 2007 4:18 PM
To: [email protected]
Subject: [DOTNET-WINFORMS] toolstrip radio style buttons
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