Removes the specified child control from this control.
public void remove( Control control )
control
Control to remove from this control.
When overriding this method, call super.remove.
See Also add