DialogColumn

A borderless column for containing controls in a dialog.

Objects:

AngleComboboxes, AngleEditboxes, BorderPanels, CheckboxControls, DialogRows, Dropdowns, EnablingGroups, IntegerComboboxes, IntegerEditboxes, MeasurementComboboxes, MeasurementEditboxes, Number, Object, PercentComboboxes, PercentEditboxes, RadiobuttonGroups, RealComboboxes, RealEditboxes, StaticTexts, TextEditboxes, Widgets

Property Listing

Property

Type

Access

Description

angleComboboxes

AngleComboboxes

readonly

A collection of angle comboboxes.

angleEditboxes

AngleEditboxes

readonly

A collection of angle editboxes.

borderPanels

BorderPanels BorderPanel

readonly

A collection of border panels.

checkboxControls

CheckboxControls CheckboxControl

readonly

A collection of checkbox controls.

dialogRows

DialogRows DialogRow

readonly

A collection of dialog rows.

dropdowns

Dropdowns Dropdown

readonly

A collection of dropdowns.

enablingGroups

EnablingGroups EnablingGroup

readonly

A collection of enabling groups.

id

Number

readonly

The unique ID of the DialogColumn.

index

Number

readonly

The index of the DialogColumn 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.

parent

DialogRow

EnablingGroup

BorderPanel

Dialog

readonly

The parent of the DialogColumn (a Dialog, DialogRow, EnablingGroup or BorderPanel).

percentComboboxes

PercentComboboxes

readonly

A collection of percent comboboxes.

percentEditboxes

PercentEditboxes

readonly

A collection of percent editboxes.

properties

Object

read/write

A property that allows setting of several properties at the same time.

radiobuttonGroups

RadiobuttonGroups RadiobuttonGroup

readonly

A collection of radiobutton groups.

realComboboxes

RealComboboxes

readonly

A collection of real number comboboxes.

realEditboxes

RealEditboxes

readonly

A collection of real number editboxes.

staticTexts

StaticTexts StaticText

readonly

A collection of static text objects.

textEditboxes

TextEditboxes

readonly

A collection of text editboxes.

widgets

Widgets Widget

readonly

A collection of widgets.

Object of

AngleCombobox.parent

AngleEditbox.parent

BorderPanel.parent

CheckboxControl.parent

DialogRow.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

Return

DialogColumns.add()