Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.