Retrieves the child control with the specified zero-based index within the parent's control array.
public Control getControl( int index )
index
The zero-based index of the child control to return.
Returns a Control object that represents the child control with the specified index.
The controls are arranged in parent's control array according to their z-order.