InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelBase Class / Dispose Method / Dispose(Boolean) Method
True to release all resources; false to release unmanaged resources only.

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

    Parameters

    disposing
    True to release all resources; false to release unmanaged resources only.
    See Also