ImageGear .NET v24.12 - Updated
Dispose(Boolean) Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearColorProfileSettings Class > Dispose Method : Dispose(Boolean) Method
Set true to release both managed and unmanaged resources; false to release only unmanaged resources.
Releases unmanaged resources used by the control and its child controls and optionally releases the managed resources.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As ImGearColorProfileSettings
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected override void Dispose( 
   bool disposing
)
protected: void Dispose( 
   bool disposing
) override 
protected:
void Dispose( 
   bool disposing
) override 

Parameters

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

Reference

ImGearColorProfileSettings Class
ImGearColorProfileSettings Members
Overload List