Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.