DataGridTableStyle::Dispose Method (Boolean)
.NET Framework (current version)
Disposes of the resources (other than memory) used by the DataGridTableStyle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 1.1
Show: