TextBoxBase.ShortcutsEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否啟用定義的快速鍵。
public:
virtual property bool ShortcutsEnabled { bool get(); void set(bool value); };
public virtual bool ShortcutsEnabled { get; set; }
member this.ShortcutsEnabled : bool with get, set
Public Overridable Property ShortcutsEnabled As Boolean
屬性值
true
表示啟用快速鍵;否則為 false
。
備註
ShortcutsEnabled使用 屬性來啟用或停用下列快速鍵組合和控制項的快捷方式功能表:
CTRL+Z
CTRL+E
CTRL+C
CTRL+Y
CTRL+X
CTRL+空白鍵
CTRL+V
CTRL+DELETE
CTRL+A
SHIFT+DELETE
CTRL+L
SHIFT+INSERT
CTRL+R
您可以覆寫這個屬性來指定其他快速鍵。