RadioButton.GetOptionIndex

RadioButton.GetOptionIndex method

Gets the option index (one-based) in all the radio buttons of the GroupBox which contains this radio button.

public int GetOptionIndex()

Remarks

If this radio button is not in the GroupBox, returns the option index in all radio buttons that are not in any GroupBox

See Also