Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Dispose Method
true if managed resources should be disposed; otherwise, false.


In This Topic
    Dispose Method (PSObject)
    In This Topic
    Internal use only. Cleans up any resources being used.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    'Usage
     
    
    Dim instance As PSObject
    Dim disposing As Boolean
     
    instance.Dispose(disposing)
    public virtual void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    true if managed resources should be disposed; otherwise, false.
    See Also