CoreIndependentInputSourceController.IsPalmRejectionEnabled 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 la logique améliorée est utilisée pour détecter une entrée tactile accidentelle lors de l’utilisation d’un stylet.
public:
property bool IsPalmRejectionEnabled { bool get(); void set(bool value); };
bool IsPalmRejectionEnabled();
void IsPalmRejectionEnabled(bool value);
public bool IsPalmRejectionEnabled { get; set; }
var boolean = coreIndependentInputSourceController.isPalmRejectionEnabled;
coreIndependentInputSourceController.isPalmRejectionEnabled = boolean;
Public Property IsPalmRejectionEnabled As Boolean
Valeur de propriété
Boolean
bool
True, si l’entrée tactile doit être retardée (ou ignorée) lorsque l’entrée du stylet est également détectée. Sinon, False. La valeur par défaut est false.