For each item in the Undo stack, ImageEn will include a relevant description of the function that has occured. This is useful to display a list of the available undo 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 GetUndoCaption(
	int index
)
Public Function GetUndoCaption ( _
	index As Integer _
) As String
public:
String^ GetUndoCaption(
	int index
)

Parameters

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

Return Value

Redo caption

See Also