KeyboardDeliveryInterceptor.IsInterceptionEnabledWhenInForeground 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定應用程式是否覆寫原始鍵盤輸入的系統處理,包括快速鍵、便捷鍵 (或熱鍵) 、快速鍵和應用程式按鍵等按鍵組合。
在前景) 處理時,原始鍵盤輸入會攔截、隱藏並路由傳送至應用程式 (。
注意
Secure Attention Sequence (SAS) 按鍵組合 (包括 Ctrl-Alt-Del 和 Windows-L) 將繼續由系統處理。
public:
property bool IsInterceptionEnabledWhenInForeground { bool get(); void set(bool value); };
bool IsInterceptionEnabledWhenInForeground();
void IsInterceptionEnabledWhenInForeground(bool value);
public bool IsInterceptionEnabledWhenInForeground { get; set; }
var boolean = keyboardDeliveryInterceptor.isInterceptionEnabledWhenInForeground;
keyboardDeliveryInterceptor.isInterceptionEnabledWhenInForeground = boolean;
Public Property IsInterceptionEnabledWhenInForeground As Boolean
屬性值
Boolean
bool
如果應用程式處理原始鍵盤輸入,而不是系統,則為 True。 否則為 false。
Windows 需求
應用程式功能 |
inputForegroundObservation
|