PyRadioButton
Class Description
Section titled “Class Description”Inherits from PyCheckbox
Properties
Section titled “Properties”GroupIndex
Section titled “GroupIndex”Type: int
Gets or sets the group index of the radio button. Radio buttons with the same group index are mutually exclusive. Used in python API
No fields found.
No enums found.
Methods
Section titled “Methods”GetGroupIndex
Section titled “GetGroupIndex”Gets the group index of the radio button. Radio buttons with the same group index are mutually exclusive. Used in python API
Return Type: int
SetGroupIndex
Section titled “SetGroupIndex”(groupIndex)
Sets the group index of the radio button.
Radio buttons with the same group index are mutually exclusive.
Used in python API
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
groupIndex | int | ❌ No | The group index to set |
Return Type: void (Does not return anything)