ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearColorBookSettings Class / Dispose Method / Dispose(Boolean) Method
Set true to release both managed and unmanaged resources; false to release only unmanaged resources.




In This Topic
    Dispose(Boolean) Method
    In This Topic
    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 ImGearColorBookSettings
    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