ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Knob Class / Dispose Method / Dispose(Boolean) Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Releases unmanaged and - optionally - managed resources
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    protected virtual void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    true to release both managed and unmanaged resources; false to release only unmanaged resources.
    See Also