Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.remove
Removes the specified child control from this control.
Syntax
public void remove( Control control )
Parameters
control
Control to remove from this control.
Remarks
When overriding this method, call super.remove.
See Also add