ComponentOne List for WinForms
C1.Win.C1List.Util Namespace / VBar Class / Dispose Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.

In This Topic
    Dispose Method (VBar)
    In This Topic
    Releases the unmanaged resources used by the object and optionally releases the managed resources.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    public virtual void Dispose( 
       bool disposing
    )

    Parameters

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