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:
Comments
Post a Comment