In This Topic
Releases all resources used by the
System.Windows.Forms.Control.
Syntax
'Declaration
Protected Overloads Overridable Sub Dispose( _
ByVal As Boolean _
)
protected virtual void Dispose(
bool
)
Parameters
- disposing
- True to release both managed and unmanaged resources; False to release only unmanaged resources.
See Also