KeyboardDeliveryInterceptor.IsInterceptionEnabledWhenInForeground プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ショートカット キー、アクセス キー (またはホット キー)、アクセラレータ キー、アプリケーション キーなどのキーの組み合わせなど、生のキーボード入力のシステム処理をアプリがオーバーライドするかどうかを取得または設定します。
生のキーボード入力はインターセプトされ、抑制され、処理のためにアプリ (フォアグラウンドの場合) にルーティングされます。
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
|