System.Windows.Forms.RichTextBox.UndoActionName Property

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

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public string UndoActionName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0