NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.RedoActionName

Returns the name of the action that will be performed if the user Redo's their last Undone operation. If no operation can be redone, an empty string ("") is returned.

[Visual Basic]
Public ReadOnly Property RedoActionName As String
[C#]
public string RedoActionName {get;}
[C++]
public: __property String* get_RedoActionName();
[JScript]
public function get RedoActionName() : String;

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace