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. |
The following tables list the members exposed by CommandManager.
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. |
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. |