Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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.