[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FormulaTextBox.Dispose

Dispose Method

Dispose(bool)

Releases the unmanaged resources used by the TextBox and optionally releases the managed resources.

Declaration
protected override void Dispose(bool disposing)
Protected Overrides Sub Dispose(disposing As Boolean)
Parameters
Type Name Description
bool disposing

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

Overrides
System.Windows.Forms.Control.Dispose(bool)