[This is preliminary documentation and is subject to change.]
Disposes of the resources (other than memory) used by the Form.
| C# | Visual Basic | Visual C++ |
protected override void Dispose( bool disposing )
Protected Overrides Sub Dispose ( _ disposing As Boolean _ )
protected: virtual void Dispose ( bool disposing ) override
- disposing (Boolean)
- true to release both managed and unmanaged resources; false to release only unmanaged resources.