FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : UndoRedoManager Class |
For a list of all members of this type, see UndoRedoManager members.
Name | Description | |
---|---|---|
Clear | Clears out current Undo and Redo stacks | |
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. |