Show contents 

System > System Assembly Interfaces > IUndoRedo > IUndoRedo.RedoState

IUndoRedo.RedoState

Syntax

RedoState(Index: Integer): IUndoRedoState;

Parameters

Index. State index in Undo/Redo stack.

Description

The RedoState property returns the redo 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