PointerPoint.PointerDeviceType Property

Definition

Gets the input device type associated with the input pointer.

public:
 property PointerDeviceType PointerDeviceType { PointerDeviceType get(); };
PointerDeviceType PointerDeviceType();
public PointerDeviceType PointerDeviceType { get; }
var pointerDeviceType = pointerPoint.pointerDeviceType;
Public ReadOnly Property PointerDeviceType As PointerDeviceType

Property Value

The input device type.

Applies to