NonClientPointerEventArgs.PointerDeviceType 属性

定义

PointerDeviceType获取启动关联输入事件的指针设备的 。

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

属性值

启动 PointerDeviceType 关联输入事件的指针设备的 。

适用于