Name | Description | |
---|---|---|
CanRedo | Returns true if there is a command available for redo, otherwise false is returned. | |
CanUndo | Returns true if there is a command available for undo, otherwise false is returned. | |
RedoDisplayText | Returns a description of the current redoable command. | |
UndoDisplayText | Returns a description of the current undoable command. | |
UndoLimit | Gets or sets the maximum number of undoable commands that will be retained by the CommandManager. |