PointerPointProperties.IsCanceled Property
Gets a value that indicates whether the input was canceled by the pointer device.
Syntax
public:
property bool IsCanceled {
bool get ();
}
Property value
Type: 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
Requirements
Namespace: Windows.UI.Input
Metadata: windows.winmd
See also
Reference
PointerPointProperties Class
PointerPointProperties Members
Windows.UI.Input Namespace