Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class


In This Topic
    UndoManager Class Methods
    In This Topic

    For a list of all members of this type, see UndoManager members.

    Public Methods
     NameDescription
    Public MethodCancels the current action in progress.  
    Public MethodGets the current UndoAction pending completion.  
    Public MethodPerforms the specified action (it can then be undone with Undo).  
    Public MethodOverloaded. Redoes the last action undone with Undo and adds it to the undo list.  
    Public MethodOverloaded. Undoes the last action done with PerformUndoAction and adds it to the redo list.  
    Top
    Protected Methods
     NameDescription
    Protected MethodPops the top action from the redo stack.  
    Protected MethodPops the top action from the undo stack.  
    Protected MethodPushes the specified action onto the redo stack.  
    Protected MethodPushes the specified action onto the undo stack.  
    Top
    See Also