public interface ICanUndoRedo : ICanUndoPublic Interface ICanUndoRedo
Inherits ICanUndopublic interface class ICanUndoRedo : ICanUndotype ICanUndoRedo =
interface
interface ICanUndo
end| CanRedo | Gets whether there are changes to redo. |
| CanUndo |
Gets whether there are changes to undo.
(Inherited from ICanUndo) |
| ClearUndoHistory |
Clears the undo history without performing any undo.
(Inherited from ICanUndo) |
| RedoAll | Redoes all possible redo steps. |
| TryRedo | Tries to perform one redo step. |
| TryUndo |
Tries to perform one undo step.
(Inherited from ICanUndo) |
| UndoAll |
Undoes all possible undo steps.
(Inherited from ICanUndo) |