I was wondering if there is a way to group standard windows form buttons together, such as the way radio buttons can be, where only one can be selected at a time. I have four option buttons on my form, but only want one button to be able to be selected, and the background colour to change for the selected button, but if another button is pressed then to remove the background colour on the previous button and change the colour on the new button.
Sorry if this doesn't make sense
Thanks