This documentation is for the old version. Go to the latest Graphics Mill docs

IStateNavigable Properties

The IStateNavigable type exposes the following members.

Properties

Name Description
Public property CanRedo

Indicates if last reverted action can be redone.

Public property CanUndo

Indicates if last change can be undone.

Public property MaxUndoStepCount

Gets/sets maximum number of available undo steps (levels).

Public property RedoStepCount

Returns number of available redo levels (i.e. how much time method Redo() can be called).

Public property UndoRedoEnabled

Enables or disables undo/redo functionality.

Public property UndoRedoTrackingEnabled

Enables or disables the automatic change tracking.

Public property UndoStepCount

Returns number of available undo levels (i.e. how much time method Undo() can be called).

See Also

Reference