Microsoft SDK for Java

Control.getControl

Retrieves the child control with the specified zero-based index within the parent's control array.

Syntax

public Control getControl( int index )

Parameters

index

The zero-based index of the child control to return.

Return Value

Returns a Control object that represents the child control with the specified index.

Remarks

The controls are arranged in parent's control array according to their z-order.

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