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




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTPropertyDialog Class > Dispose Method : Dispose(Boolean) Method
Indicates whether both managed and unmanaged resources have to be released or only unmanaged resources.
Releases the 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 ImGearARTPropertyDialog
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
Indicates whether both managed and unmanaged resources have to be released or only unmanaged resources.
Remarks
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also

Reference

ImGearARTPropertyDialog Class
ImGearARTPropertyDialog Members
Overload List