Adds an event listener.
BorderPanel
A bordered panel on a dialog that can contain any type and number of controls.
BorderPanel | DialogColumn | DialogRow | EnablingGroup
BorderPanel
AngleCombobox | AngleEditbox | BorderPanel | CheckboxControl | DialogColumn | Dropdown | EnablingGroup | IntegerCombobox | IntegerEditbox | MeasurementCombobox | MeasurementEditbox | PercentCombobox | PercentEditbox | RadiobuttonGroup | RealCombobox | RealEditbox | StaticText | TextEditbox | Widget
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| AngleComboboxes |
readonly | A collection of angle comboboxes. | |
| AngleEditboxes |
readonly | A collection of angle editboxes. | |
| BorderPanels |
readonly | A collection of border panels. | |
| CheckboxControls |
readonly | A collection of checkbox controls. | |
| DialogColumns |
readonly | A collection of dialog columns. | |
| Dropdowns |
readonly | A collection of dropdowns. | |
| EnablingGroups |
readonly | A collection of enabling groups. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the BorderPanel. | |
| Number | readonly | The index of the BorderPanel within its containing object. | |
| IntegerComboboxes |
readonly | A collection of integer comboboxes. | |
| IntegerEditboxes |
readonly | A collection of integer editboxes. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| MeasurementComboboxes |
readonly | A collection of measurement comboboxes. | |
| MeasurementEditboxes |
readonly | A collection of measurement editboxes. | |
| Number | read/write | The width of the control. For an editbox or combobox, specifies the minimum width of the box. | |
| DialogRow | EnablingGroup | BorderPanel | DialogColumn | readonly | The parent of the BorderPanel (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). | |
| PercentComboboxes |
readonly | A collection of percent comboboxes. | |
| PercentEditboxes |
readonly | A collection of percent editboxes. | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| RadiobuttonGroups |
readonly | A collection of radiobutton groups. | |
| RealComboboxes |
readonly | A collection of real number comboboxes. | |
| RealEditboxes |
readonly | A collection of real number editboxes. | |
| StaticTexts |
readonly | A collection of static text objects. | |
| TextEditboxes |
readonly | A collection of text editboxes. | |
| Widgets |
readonly | A collection of widgets. |
Methods
Resolves the object specifier, creating an array of object references.
Removes the event listener.
Generates a string which, if executed, will return the BorderPanel.
Retrieves the object specifier.
Object of 22
Properties elsewhere that hold a BorderPanel.
Parameter of 3
Method parameters that accept a BorderPanel.
Return 13
Methods that return a BorderPanel.