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


In This Topic
    Dispose(Boolean) Method
    In This Topic
    Clean up any resources being used.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    'Usage
     
    
    Dim instance As UnlockDialog
    Dim disposing As Boolean
     
    instance.Dispose(disposing)
    protected override void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    See Also