SystemFunctionLockIndicatorChangedEventArgs.IsIndicatorOn 屬性

定義

取得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

如果指標開啟,則為 True。 否則為 false。

備註

此 API 適用于協助工具工具作為從硬體系統按鈕攔截事件的低階勾點。

SystemButtonEventController 事件註冊會套用整個系統,而且是初次提供、第一次提供服務。 如果應用程式或服務將 SystemButtonEventController 事件 Handled 屬性設定為 true,則針對相同事件通知在該應用程式或服務之後註冊的應用程式或服務將不會收到通知。

適用於

另請參閱