Overload | Description |
---|---|
Redo() | Redoes the last action undone with Undo and adds it to the undo list. |
Redo(Int32) | Redoes the specified number of actions and adds them to the undo list. |
Redo(UndoAction) | Redoes all actions in the redo stack up to and including the specified action and adds it to the undo list. |