Show contents 

System > System Assembly Interfaces > IUndoRedo > IUndoRedo.UndoState

IUndoRedo.UndoState

Syntax

UndoState(Index: Integer): IUndoRedoState;

Parameters

Index. State index in Undo/Redo stack.

Description

The UndoState property returns undo stack action state that is sent by means of an input parameter.

Example

The example of use is given in description of the IUndoRedo.Enabled property.

See also:

IUndoRedo