SystemFunctionLockIndicatorChangedEventArgs.IsIndicatorOn 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 SystemFunctionLockIndicatorChanged 事件的 Fn 硬件系统按钮锁定指示器的状态。
public:
property bool IsIndicatorOn { bool get(); };
bool IsIndicatorOn();
public bool IsIndicatorOn { get; }
var boolean = systemFunctionLockIndicatorChangedEventArgs.isIndicatorOn;
Public ReadOnly Property IsIndicatorOn As Boolean
属性值
Boolean
bool
如此,如果指示器处于打开。 否则为 false。
注解
此 API 旨在供辅助功能工具用作从硬件系统按钮截获事件的低级别挂钩。
SystemButtonEventController 事件注册适用于系统范围,先到先得。 如果应用程序或服务将 SystemButtonEventController 事件 Handled 属性设置为 true,则在该应用或服务之后为同一事件通知注册的应用程序或服务将不会收到通知。