ParentControl

This control type is abstract and can not be used directly.

Properties

A control that inherits from a ParentControl supports the embedding of child controls through the children property.

PropertyDescriptionForm
childrenAn array of control definitions that are to be embedded into the parent control.Array of valid Controls

If the control is also a Display Control (e.i. RadioButton or CheckBox) another property is available.

PropertyDescriptionForm
styleSets the layout position of child controls relative the parentenum: list, inline, list-inline, inline-list

Further Details

####style

Controls

Below is a list of controls that inherit from ParentControl.

Layout Controls

Parent Controls