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;
RichTextBox Class | RichTextBox Members | System.WinForms Namespace