Microsoft SDK for Java

ColumnHeader.dispose

Frees all resources allocated for this control.

Syntax

public void dispose()

Remarks

You cannot call this method at run time. Any resources used by the control should be set up to be released when the control is disposed of through the garbage collection. When overriding this method, call super.dispose.

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