CoreIndependentInputSourceController.IsPalmRejectionEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether enhanced logic is used to detect accidental touch input when using a pen.
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
Property Value
Boolean
bool
True, if touch input should be delayed (or ignored) when pen input is also detected. Otherwise, false. The default is false.