KeyboardDeliveryInterceptor.IsInterceptionEnabledWhenInForeground プロパティ

定義

ショートカット キー、アクセス キー (またはホット キー)、アクセラレータ キー、アプリケーション キーなどのキーの組み合わせなど、生のキーボード入力のシステム処理をアプリがオーバーライドするかどうかを取得または設定します。

生のキーボード入力はインターセプトされ、抑制され、処理のためにアプリ (フォアグラウンドの場合) にルーティングされます。

Note

Ctrl + Alt + Del と Windows + L を含む Secure Attention Sequence (SAS) キーの組み合わせは引き続きシステムで処理されます。

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

適用対象