RichTextBox::UndoActionName Property

 

Gets the name of the action that can be undone in the control when the Undo method is called.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property String^ UndoActionName {
	String^ get();
}

Property Value

Type: System::String^

The text name of the action that can be undone.

This property enables you to determine the last action that was done within the control that can be undone. You can use this property to limit the operations available to be undone by the user of the control.

.NET Framework
Available since 1.1
Return to top
Show: