For each item in the Redo stack, IEvolution will include a relevant description of the function that has occured. This is useful to display a list of the available redo changes to the user.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string GetRedoCaption(
	int index
)
Public Function GetRedoCaption ( _
	index As Integer _
) As String
public:
String^ GetRedoCaption(
	int index
)

Parameters

index
Int32
Index = 0: Last saved redo, 1: Second to last saved redo, 2... up to RedoCount - 1.

Return Value

Redo caption

See Also