Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFocusIndicatorRenderer 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 CustomFocusIndicatorRenderer
    Dim disposing As Boolean
     
    instance.Dispose(disposing)
    protected virtual void Dispose( 
       bool disposing
    )

    Parameters

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