RadioButtonGroup Class (Typed) |
|
Namespace: XSharp.VO.SDK
The RadioButtonGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| RadioButtonGroup |
Construct a radio button group.
|
| Name | Description | |
|---|---|---|
| TextValue |
RadioButtonGroup:TextValue holds the first element of the FillUsing() array
(Overrides TextValue.) | |
| Value |
Contains the group value setting (specified on the Window Editor Property Window) associated with the radio button within the group that is selected.
(Overrides Value.) |
| Name | Description | |
|---|---|---|
| Button |
Retrieve a specific radio button.
| |
| Disable |
Disable a radio button group (until a subsequent call to RadioButtonGroup:Enable()).
(Overrides Disable.) | |
| DisableAndSave | ||
| Enable |
Enable a radio button group that was previously disabled.
(Overrides Enable.) | |
| EnableAndRestore | ||
| FillUsing |
Specify the radio buttons that make up the group and the set of values corresponding to these buttons, using an array.
| |
| Hide |
Hide a radio button group so it is not visible (until a subsequent call to RadioButtonGroup:Show()).
(Overrides Hide.) | |
| SetFocus |
Pass input focus to the selected radio button within the radio button group.
(Overrides SetFocus.) | |
| Show |
Display a radio button group so it is visible.
(Overrides Show.) |