ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.Design Namespace / GridDesigner 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.Design.ControlDesigner and optionally releases the managed resources.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    protected override void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    See Also