Re: toolstrip radio style buttons
Peter Osucha <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
Robert, That's exactly what I want to do! However, I can't set a button to a 'radio button' style. ;-) Peter -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Robert Lee Sent: Tuesday, May 22, 2007 4:23 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] toolstrip radio style buttons 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