Retrieves the number of child controls this control contains.
public int getControlCount()
Returns an integer that represents the number of of child controls this control contains.
Because the indices for child controls within the parent control array are zero-based, the index numbers for the child controls start at zero (0) and end at controlCount - 1.