Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch 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
    'Usage
     
    
    Dim instance As PointerEventArgs
    Dim value As PointerDeviceType
     
    value = instance.DeviceType
    public PointerDeviceType DeviceType {get;}

    Property Value

    One of PointerDeviceType values.
    See Also