TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / PointerEventArgs Class / DeviceType Property

In This Topic
    DeviceType Property (PointerEventArgs)
    In This Topic
    Gets the PointerDeviceType for the pointer device.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeviceType As PointerDeviceType
    public PointerDeviceType DeviceType {get;}

    Property Value

    One of PointerDeviceType values.
    See Also