Retrieves an array of the child controls contained in this control.
public Control[] getControls()
Returns an array of Control objects that represents the child controls contained in this control. Returns an empty array if this control contains no child controls.
The controls are placed in the array according to their z-order.
See Also setControls