Releases the unmanaged resources used by the Control and its child controls and optionally releases the managed resources.
Syntax
protected override void Dispose(
bool
)
protected: void Dispose(
bool
) override
protected:
void Dispose(
bool
) override
Parameters
- disposing
- Indicates whether both managed and unmanaged resources have to be released or only unmanaged resources.
See Also