Class
An individual radiobutton control in a radiobutton group. Base Class: Widget
RadiobuttonControl
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| checkedState | bool | r/w | If true, the control is checked by default in the dialog. |
| id | number | readonly | The unique ID of the RadiobuttonControl. |
| index | number | readonly | The index of the RadiobuttonControl within its containing object. |
| minWidth | number | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
| parent | RadiobuttonGroup | readonly | The parent of the RadiobuttonControl (a RadiobuttonGroup). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| staticLabel | string | r/w | Text that appears in the RadiobuttonControl. |
Return
RadiobuttonControl RadiobuttonControls.add ([withProperties: Object])
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |