get_option_index method

get_option_index

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

Returns

def get_option_index(self):
    ...

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