ColumnHeader.dispose

Overview | Methods | This Package | All Packages

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.