PointerPointProperties.IsCanceled 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 a value that indicates whether the input was canceled by the pointer device.
public:
property bool IsCanceled { bool get(); };
bool IsCanceled();
public bool IsCanceled { get; }
var boolean = pointerPointProperties.isCanceled;
Public ReadOnly Property IsCanceled As Boolean
Property Value
Boolean
bool
True if the input was canceled; otherwise false.
Remarks
Pointer input can be canceled for various reasons, including:
- Palm rejection
- Input arbitration (such as pen/stylus proximity overriding touch input)
- Device removal
- Invalid state transition
- Screen rotation
- Desktop switching