Retrieves a value indicating whether the specified control is a child of this control.
public final boolean contains( Control ctl )
ctl
A Control object that represents the control to check.
Returns true if the specified control is a child of this control; otherwise, returns false.