共用方式為


AcceleratorKeyEventArgs.Handled 屬性

定義

取得或設定是否已處理快速鍵事件。

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = acceleratorKeyEventArgs.handled;
acceleratorKeyEventArgs.handled = boolean;
Public Property Handled As Boolean

屬性值

Boolean

bool

如果已處理快速鍵事件,則為 True;如果它沒有,則為 false。

實作

備註

Windows 10應用程式在啟用輸入法編輯器 (輸入法) 時,不會收到此事件。 輸入法編輯器 (輸入) 處理所有鍵盤輸入,並將 Handled 設定為 true

Windows Phone原生應用程式僅支援此 API。

適用於

另請參閱