DataGridTableStyle::Dispose Method (Boolean)

 

Disposes of the resources (other than memory) used by the DataGridTableStyle.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System::Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

The method calls the DataGridTableStyle::Dispose method on each DataGridColumnStyle contained by the collection before calling DataGrid::Dispose on the grid itself.

.NET Framework
Available since 1.1
Return to top
Show: