Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / ResetRedoText Method


In This Topic
    ResetRedoText Method
    In This Topic
    Resets the Redo Text buffer, which is set when a call to UndoChanges() is made.
    Syntax
    'Declaration
     
    
    Protected Sub ResetRedoText() 
    'Usage
     
    
    Dim instance As SEditTextBox
     
    instance.ResetRedoText()
    protected void ResetRedoText()
    See Also