[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.UndoManager.RedoDescription

RedoDescription Method

RedoDescription(int)

Retrieves a description of the specified redo action in a human-readable format.

Declaration
public string RedoDescription(int index)
Parameters
Type Name Description
int index

The zero-based index of the redo action for which to retrieve the description. Index 0 corresponds to the most recently undone action.

Returns
Type Description
string

A string containing the description of the specified redo action.

Remarks

This method retrieves the name or description of the redo action at the specified index. This allows users to understand what action will be reapplied if they perform a redo operation.