Microsoft SDK for Java

Component.dispose

Disposes of the component.

Syntax

public synchronized void dispose()

Remarks

Call dispose when the component is no longer needed. This method removes the component from its container (if the component has a site) and triggers the dispose event.

See Also   IComponent.dispose

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