CommandManager Class Members
In This Topic
The following tables list the members exposed by CommandManager.
Public Properties
| Name | Description |
| IsUndoSupported | Gets a value indicating whether the executing a command can be undoable. |
| Limit | Gets or sets the maximum number of undoable commands which are retained by the CommandManager. |
Top
Public Methods
| Name | Description |
| CanRedo | Determines whether there is an available command for redoing. |
| CanUndo | Determines whether there is an available command for undoing. |
| Clear | Clears all undo/redo command in queue. |
| Execute | Executes the specified command. |
| Redo | Redo the last undone command. |
| Undo | Undo the last executed command. |
Top
See Also