RichTextBox.UndoActionName プロパティ

定義

Undo() メソッドが呼び出されたときに、コントロール内で元に戻すことができるアクションの名前を取得します。

public:
 property System::String ^ UndoActionName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string UndoActionName { get; }
[<System.ComponentModel.Browsable(false)>]
member this.UndoActionName : string
Public ReadOnly Property UndoActionName As String

プロパティ値

元に戻すことができるアクションのテキスト名。

属性

注釈

このプロパティを使用すると、元に戻すことができるコントロール内で最後に実行されたアクションを決定できます。 このプロパティを使用すると、コントロールのユーザーが元に戻すことができる操作を制限できます。

適用対象

こちらもご覧ください