Share via


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 に設定されている場合、同じイベント通知のアプリまたはサービスの後に登録されたアプリケーションまたはサービスは通知を受け取りません。

適用対象

こちらもご覧ください