Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GradientInterfaceRenderer Class / Dispose Method / Dispose(Boolean) Method
Whether the object is disposed through the IDisposable interface (true) or finalized by the garbage collector (false)


In This Topic
Dispose(Boolean) Method
In This Topic
Cleans up any resources being used.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
 
'Usage
 
Dim instance As GradientInterfaceRenderer
Dim disposing As Boolean
 
instance.Dispose(disposing)

Parameters

disposing
Whether the object is disposed through the IDisposable interface (true) or finalized by the garbage collector (false)
See Also