Releases the unmanaged resources used by the
System.ComponentModel.Component and optionally releases the managed resources.
protected override void Dispose(
bool
)
'Declaration
Protected Overloads Overrides Sub Dispose( _
ByVal As Boolean _
)
'Usage
Dim instance As SideButtonBase
Dim disposing As Boolean
instance.Dispose(disposing)
Parameters
- disposing
- true to release both managed and unmanaged resources; false to release only unmanaged resources.