group standard buttons together in C# -


i wondering if there way group standard windows form buttons together, such way radio buttons can be, 1 can selected @ time. have 4 option buttons on form, want 1 button able selected, , background colour change selected button, if button pressed remove background colour on previous button , change colour on new button.

sorry if doesn't make sense

thanks

this approach uses toggle buttons in list box , uses selected item binding managed 1 toggled. maintain button , add radio button behavior:

how group of toggle buttons act radio buttons in wpf?


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -