Releases the unmanaged resources used by the
CellBase and optionally releases the managed resources
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
| C# |
|---|
protected virtual void Dispose(
bool
) |
| Visual Basic |
|---|
Protected Overridable Sub Dispose ( _
As Boolean _
) |
| Visual C++ |
|---|
protected:
virtual void Dispose(
bool
) |
Parameters
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also