Clean up any resources being used.
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub Dispose ( _ disposing As Boolean _ ) |
| C# |
|---|
protected override void Dispose( bool disposing ) |
| Visual C++ |
|---|
protected: virtual void Dispose( bool disposing ) override |
Parameters
- disposing
- Type: System..::.Boolean
true if managed resources should be disposed; otherwise, false.