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.
Go to Property Listing | Method Listing
AngleComboboxes, AngleEditboxes, Boolean, BorderPanels, CheckboxControls, DialogColumns, Dropdowns, EnablingGroups, IntegerComboboxes, IntegerEditboxes, MeasurementComboboxes, MeasurementEditboxes, Number, Object, PercentComboboxes, PercentEditboxes, RadiobuttonGroups, RealComboboxes, RealEditboxes, StaticTexts, String, TextEditboxes, Widgets
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
A collection of angle comboboxes. |
||
|
readonly |
A collection of angle editboxes. |
||
|
readonly |
A collection of border panels. |
||
|
readonly |
A collection of checkbox controls. |
||
|
read/write |
If true, the control is checked by default in the dialog. |
||
|
readonly |
A collection of dialog columns. |
||
|
readonly |
A collection of dropdowns. |
||
|
readonly |
A collection of enabling groups. |
||
|
readonly |
The unique ID of the EnablingGroup. |
||
|
readonly |
The index of the EnablingGroup within its containing object. |
||
|
readonly |
A collection of integer comboboxes. |
||
|
readonly |
A collection of integer editboxes. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
readonly |
A collection of measurement comboboxes. |
||
|
readonly |
A collection of measurement editboxes. |
||
|
read/write |
The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
||
|
readonly |
The parent of the EnablingGroup (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
||
|
readonly |
A collection of percent comboboxes. |
||
|
readonly |
A collection of percent editboxes. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
A collection of radiobutton groups. |
||
|
readonly |
A collection of real number comboboxes. |
||
|
readonly |
A collection of real number editboxes. |
||
|
read/write |
Text that appears in the EnablingGroup. |
||
|
readonly |
A collection of static text objects. |
||
|
readonly |
A collection of text editboxes. |
||
|
readonly |
A collection of widgets. |
EnablingGroup getElements ()
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.
AngleCombobox.parent
AngleEditbox.parent
BorderPanel.parent
CheckboxControl.parent
DialogColumn.parent
Dropdown.parent
EnablingGroup.parent
IntegerCombobox.parent
IntegerEditbox.parent
MeasurementCombobox.parent
MeasurementEditbox.parent
PercentCombobox.parent
PercentEditbox.parent
RadiobuttonGroup.parent
RealCombobox.parent
RealEditbox.parent
StaticText.parent
TextEditbox.parent
Widget.parent