Microsoft SDK for Java

Container.remove

Removes a component from the container.

Syntax

public synchronized void remove( IComponent component )

Parameters

component

The component to be removed.

Remarks

This method sets the component's site to null.

See Also   add, IComponent.setComponentSite

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