1
Everyone says that it is enough to place a container object (Panel, Groupbox and etc) and inside it the Radiobutton controls that the container groups. However, there is no way to work with the Itemindex property, for example, because Groupbox does not have this prop. There is a way to group Radiobutton controls, but in order to work with them, as being a single grouping and not having them in a single location and do everything individually, control the control. There’s like?
How so confused. Have a single control for radiobutton, as in web mode we have Radiobuttonlist, ie, work with the property Itemindex or Selectedit, type like this, but with Radiobutton. To tell you the truth, I’m leaving Windows Form and working with Web Form or MVC. This experience for me is not being good, not only for this case, but I get a little lost.
– pnet
Give an example (code) of how you use this property
ItemIndex
. Then it’s easier to understand what you want to do.– Jéf Bueno