Beta Documentation - Subject to change.

Gets the list of child controls.

Syntax

Lua
function Control:GetControls();

Returns

Type: ControlList
The list of child controls.

Remarks

Gets the list of child controls. This list is mutable and reflects the contents of the current control. Modifications to this list will be immediately reflected by the control.If a control is added to this list that is already parented in another window, the control will be removed from its previous container before being added to this one.

See Also