C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1NumericEdit 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 resources used by the C1DropDownControl.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
 

Parameters

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