Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CheckBoxPicture Class / Dispose Method / Dispose(Boolean) Method
Whether disposing


In This Topic
    Dispose(Boolean) Method
    In This Topic
    Disposes and frees up resources.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    'Usage
     
    
    Dim instance As CheckBoxPicture
    Dim disposing As Boolean
     
    instance.Dispose(disposing)
    public virtual void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    Whether disposing
    See Also