DialogColumn
A dialog column (a container for controls in a script dialog).
DialogColumn Properties
| Property |
Type |
Access |
Description |
| angleComboboxes |
AngleComboboxes |
read |
All angle comboboxes. |
| angleEditboxes |
AngleEditboxes |
read |
All angle editboxes. |
| borderPanels |
BorderPanels |
read |
All border panels. |
| checkboxControls |
CheckboxControls |
read |
All checkbox controls. |
| dialogRows |
DialogRows |
read |
All dialog rows. |
| dropdowns |
Dropdowns |
read |
All dropdowns. |
| enablingGroups |
EnablingGroups |
read |
All enabling checkbox panels. |
| id |
Long |
read |
A unique number identifying the object. |
| index |
Long |
read |
Index of the object within its parent object. |
| integerComboboxes |
IntegerComboboxes |
read |
All integer comboboxes. |
| integerEditboxes |
IntegerEditboxes |
read |
All integer editboxes. |
| measurementComboboxes |
|
read |
All measurement comboboxes. |
| measurementEditboxes |
|
read |
All measurement editboxes. |
| parent |
Object |
read |
The parent of the object. |
| percentComboboxes |
PercentComboboxes |
read |
All percent comboboxes. |
| percentEditboxes |
PercentEditboxes |
read |
All percent editboxes. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| radiobuttonGroups |
RadiobuttonGroups |
read |
All radio button groups. |
| realComboboxes |
RealComboboxes |
read |
All real number comboboxes. |
| realEditboxes |
RealEditboxes |
read |
All real number editboxes. |
| staticTexts |
StaticTexts |
read |
All static texts. |
| textEditboxes |
TextEditboxes |
read |
All text editboxes. |
| widgets |
Widgets |
read |
All widgets. |
DialogColumn Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: DialogColumns
Next post: Dialog