UndoManager Class Members
In This Topic
The following tables list the members exposed by UndoManager.
Public Constructors
Public Properties
| Name | Description |
| CanRedo | Gets whether Redo can redo an action. |
| CanUndo | Gets whether Undo can undo an action. |
| RedoList | Gets the list of UndoAction objects. |
| UndoList | Gets the list of UndoAction objects. |
Top
Public Methods
| Name | Description |
| CancelAction | Cancels the current action in progress. |
| Execute | Overloaded. Executes the specified command. |
| 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. |
Top
Public Events
See Also