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


In This Topic
    UndoChanges Method
    In This Topic
    Allows the user to set the text to the text saved in the "Undo buffer". Also sets the SelectionStart and SelectionLength properties.
    Syntax
    'Declaration
     
    
    Public Overridable Sub UndoChanges() 
    'Usage
     
    
    Dim instance As SEditTextBox
     
    instance.UndoChanges()
    public virtual void UndoChanges()
    See Also