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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also