The IStateNavigable type exposes the following members.
Name | Description | |
---|---|---|
CanRedo |
Indicates if last reverted action can be redone. |
|
CanUndo |
Indicates if last change can be undone. |
|
MaxUndoStepCount |
Gets/sets maximum number of available undo steps (levels). |
|
RedoStepCount |
Returns number of available redo levels (i.e. how much time method Redo() can be called). |
|
UndoRedoEnabled |
Enables or disables undo/redo functionality. |
|
UndoRedoTrackingEnabled |
Enables or disables the automatic change tracking. |
|
UndoStepCount |
Returns number of available undo levels (i.e. how much time method Undo() can be called). |