A bordered panel that contains an enabling checkbox. A user makes the enabling group active or inactive by clicking the checkbox. An enabling group can contain any type and number of controls.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| angleComboboxes | AngleComboboxes | readonly | A collection of angle comboboxes. |
| angleEditboxes | AngleEditboxes | readonly | A collection of angle editboxes. |
| borderPanels | BorderPanels | readonly | A collection of border panels. |
| checkboxControls | CheckboxControls | readonly | A collection of checkbox controls. |
| checkedState | bool | r/w | If true, the control is checked by default in the dialog. |
| dialogColumns | DialogColumns | readonly | A collection of dialog columns. |
| dropdowns | Dropdowns | readonly | A collection of dropdowns. |
| enablingGroups | EnablingGroups | readonly | A collection of enabling groups. |
| id | number | readonly | The unique ID of the EnablingGroup. |
| index | number | readonly | The index of the EnablingGroup within its containing object. |
| integerComboboxes | IntegerComboboxes | readonly | A collection of integer comboboxes. |
| integerEditboxes | IntegerEditboxes | readonly | A collection of integer editboxes. |
| measurementComboboxes | MeasurementComboboxes | readonly | A collection of measurement comboboxes. |
| measurementEditboxes | MeasurementEditboxes | readonly | A collection of measurement editboxes. |
| minWidth | number | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
| parent | any | readonly | The parent of the EnablingGroup (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
| percentComboboxes | PercentComboboxes | readonly | A collection of percent comboboxes. |
| percentEditboxes | PercentEditboxes | readonly | A collection of percent editboxes. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| radiobuttonGroups | RadiobuttonGroups | readonly | A collection of radiobutton groups. |
| realComboboxes | RealComboboxes | readonly | A collection of real number comboboxes. |
| realEditboxes | RealEditboxes | readonly | A collection of real number editboxes. |
| staticLabel | string | r/w | Text that appears in the EnablingGroup. |
| staticTexts | StaticTexts | readonly | A collection of static text objects. |
| textEditboxes | TextEditboxes | readonly | A collection of text editboxes. |
| widgets | Widgets | readonly | A collection of widgets. |
Methods
Array of EnablingGroupgetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the EnablingGroup.
string toSpecifier ()
Retrieves the object specifier.
Used in:
EnablingGroups.previousItem (
obj:
EnablingGroup )
EnablingGroups.nextItem (
obj:
EnablingGroup )
Returned by:
Array of EnablingGroup EnablingGroup .getElements (
)
EnablingGroup EnablingGroups.add (
[withProperties:
Object]
)
EnablingGroup EnablingGroups.anyItem (
)
Array of EnablingGroup EnablingGroups.everyItem (
)
EnablingGroup EnablingGroups.firstItem (
)
EnablingGroup EnablingGroups.item (
index:
any
)
EnablingGroup EnablingGroups.itemByID (
id:
number
)
EnablingGroup EnablingGroups.itemByName (
name:
string
)
Array of EnablingGroup EnablingGroups.itemByRange (
from:
any, to:
any
)
EnablingGroup EnablingGroups.lastItem (
)
EnablingGroup EnablingGroups.middleItem (
)
EnablingGroup EnablingGroups.nextItem (
obj:
EnablingGroup
)
EnablingGroup EnablingGroups.previousItem (
obj:
EnablingGroup
)