Syntax
Lua |
---|
function Control:GetControls(); |
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.