PointerPointProperties.IsPrimary Property

Gets a value that indicates whether the input is from the primary pointer when multiple pointers are registered.

Syntax

public:
property bool IsPrimary {
         bool get ();
}  

Property value

Type: bool 

  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

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

PointerPointProperties Class

PointerPointProperties Members

Windows.UI.Input Namespace