​
​
​

Gets a string that represents the name of the action that will be performed when a call to the Redo method is made. The property's value is null if there is no action that can be redone.

​ Introduced: X13.

Syntax

​public string RedoActionName { get; }
​Public ReadOnly Property RedoActionName() As String
​

Limitations

Runtime only.

Read only.

​