Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox 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 the unmanaged resources used by the System.Windows.Forms.TextBox and optionally releases the managed resources.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim disposing As Boolean
     
    instance.Dispose(disposing)
    protected override void Dispose( 
       bool disposing
    )

    Parameters

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