C1.Win.Input.Pickers.Base Namespace / C1PickerBase Class / Dispose Method / Dispose(Boolean) Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.

In This Topic
Dispose(Boolean) Method
In This Topic
Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
 

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also