Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / AllowUndo Property


In This Topic
    AllowUndo Property (FormulaTextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property AllowUndo As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    value = instance.AllowUndo
    protected virtual bool AllowUndo {get;}
    See Also