KeyboardDeliveryInterceptor.IsInterceptionEnabledWhenInForeground 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置应用是否替代原始键盘输入的系统处理,包括快捷键、访问键 (或热键) 、快捷键和应用程序键等组合键。
在前台) 进行处理时,原始键盘输入将被截获、抑制并路由到应用 (。
注意
安全注意序列 (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
如此 如果应用处理原始键盘输入而不是系统。 否则为 false。
Windows 要求
应用功能 |
inputForegroundObservation
|