[]
Retrieves a description of the specified redo action in a human-readable format.
public string RedoDescription(int index)
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. |
Type | Description |
---|---|
string | A string containing the description of the specified redo action. |
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.