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

In This Topic
    IsPrimary Property (PointerPointProperties)
    In This Topic
    Gets a value that indicates whether the input is from the primary pointer when multiple pointers are registered.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsPrimary As Boolean
    public bool IsPrimary {get;}

    Property Value

    true if the input is from the pointer designated as primary; otherwise, false.
    Remarks
    A primary pointer can perform actions that are not available to other pointers. For example, the primary pointer can send a WM_POINTERACTIVATE message when it makes contact with a window.
    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