Disposes of the resources (other than memory) used by the System.Windows.Forms.ColumnHeader.
- disposing
- Documentation for this section has not yet been entered.
Call ColumnHeader.Dispose(bool) when you are finished using the System.Windows.Forms.ColumnHeader. The ColumnHeader.Dispose(bool) method leaves the System.Windows.Forms.ColumnHeader in an unusable state. After calling ColumnHeader.Dispose(bool), you must release all references to the System.Windows.Forms.ColumnHeader so the memory it was occupying can be reclaimed by garbage collection.
Always call ColumnHeader.Dispose(bool) before you release your last reference to the System.Windows.Forms.ColumnHeader. Otherwise, the resources the System.Windows.Forms.ColumnHeader is using will not be freed until garbage collection calls the System.Windows.Forms.ColumnHeader object's destructor.