FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace : UndoManager Class |
For a list of all members of this type, see UndoManager members.
Name | Description | |
---|---|---|
CancelAction | Cancels the current action in progress. | |
GetActionPending | Gets the current UndoAction pending completion. | |
PerformUndoAction | Performs the specified action (it can then be undone with Undo). | |
Redo | Overloaded. Redoes the last action undone with Undo and adds it to the undo list. | |
Undo | Overloaded. Undoes the last action done with PerformUndoAction and adds it to the redo list. |
Name | Description | |
---|---|---|
PopRedo | Pops the top action from the redo stack. | |
PopUndo | Pops the top action from the undo stack. | |
PushRedo | Pushes the specified action onto the redo stack. | |
PushUndo | Pushes the specified action onto the undo stack. |