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.UndoActionName

Returns the name of the action that will be undone if the user Undo's their last operation. If no operation can be undone, it will return an empty string ("").

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

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace