Spread WinForms 15
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)

Parameters

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