How to make RadioButtons Mutually excusive
Posted
by Gaddigesh
on Stack Overflow
See other posts from Stack Overflow
or by Gaddigesh
Published on 2010-04-27T13:29:12Z
Indexed on
2010/04/27
13:33 UTC
Read the original article
Hit count: 223
c#
|radiobuttons
I have 7 RadioButtons on a Form
3 of them belongs one group and 4 of them to other group
I want the RadioButtons to be mutually exclusive within the group.
This can be achieved by putting them in two GroupBoxes,
Is there any way we can achieve this without putting them in a container like groupbox
© Stack Overflow or respective owner