The following tables list the members exposed by UndoManager.
Name | Description | |
---|---|---|
![]() | RedoCount | Returns the number of repeated actions. |
![]() | UndoCount | Returns the number of undone actions. |
Name | Description | |
---|---|---|
![]() | Clear | Clears the Undo stack.Clears the Redo stack. |
![]() | Dispose | Releases the UndoManager instance from the memory. |
![]() | Redo | Repeats the last action. |
![]() | RedoDescription | Returns a description of the last repeated action. |
![]() | Undo | Undoes the last action. |
![]() | UndoDescription | Returns a description of the last undone action. |