Class
A single control that contains one or more radiobutton controls. Base Class: Widget
RadiobuttonGroup
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
id | number | readonly | The unique ID of the RadiobuttonGroup. |
index | number | readonly | The index of the RadiobuttonGroup 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 | BorderPanelDialogColumn DialogRow EnablingGroup |
readonly | The parent of the RadiobuttonGroup (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
radiobuttonControls | RadiobuttonControls | readonly | A collection of individual radiobutton controls. |
selectedButton | number | r/w | The index of the selection in a radiobutton group. |
Element of
RadiobuttonControl.parent
Return
RadiobuttonGroup RadiobuttonGroups.add ([withProperties: Object])
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |