Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerPointProperties Class / IsCanceled Property


In This Topic
    IsCanceled Property
    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
    'Usage
     
    
    Dim instance As PointerPointProperties
    Dim value As Boolean
     
    value = instance.IsCanceled
    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 or stylus proximity overriding touch input)
    • Device removal
    • Invalid state transition
    • Screen rotation
    • Desktop switching
    See Also