TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / PointerPointProperties Class / IsCanceled Property

In This Topic
    IsCanceled Property (PointerPointProperties)
    In This Topic
    Gets a value that indicates whether the input was canceled by the pointer device.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCanceled As Boolean
    public bool IsCanceled {get;}

    Property Value

    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
    See Also