FlexChart | ComponentOne
C1.Win.FlexChart.8 Assembly / C1.Win.Chart Namespace / FlexChartBase Class / Dispose Method / Dispose(Boolean) Method

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    protected override void Dispose( 
       System.bool disposing
    )

    Parameters

    disposing
    See Also