Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.getControls
Retrieves an array of the child controls contained in this control.
Syntax
public Control[] getControls()
Return Value
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.
Remarks
The controls are placed in the array according to their z-order.
See Also setControls