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

屬性值

可以復原的動作的文字名稱。

屬性

備註

這個屬性可讓您判斷可在控制項內復原的最後一個動作。 您可以使用這個屬性來限制控制項使用者可復原的作業。

適用於

另請參閱