Overview | Methods | Fields | This Package | All Packages
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.