ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1SizerLight Class / Dispose Method / Dispose(Boolean) Method
True to release both managed and unmanaged resources; False to release only unmanaged resources.

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Releases the resources used by the C1SizerLight.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    protected override void Dispose( 
       System.bool disposing
    )

    Parameters

    disposing
    True to release both managed and unmanaged resources; False to release only unmanaged resources.
    See Also