KeyboardDeliveryInterceptor.IsInterceptionEnabledWhenInForeground Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si l’application remplace le traitement système des entrées clavier brutes, y compris les combinaisons de touches telles que les touches de raccourci, les touches d’accès (ou les touches d’accès rapide), les touches d’accélérateur et les touches d’application.
L’entrée clavier brute est interceptée, supprimée et routée vers l’application (au premier plan) pour traitement.
Notes
Ces séquences, dont font partie « Ctrl-Alt-Suppr » et « Windows + L », continuent à être traitées par le système.
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
Valeur de propriété
bool
True si l’application traite l’entrée clavier brute au lieu du système. Sinon, False.
Configuration requise pour Windows
Fonctionnalités de l’application |
inputForegroundObservation
|