Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerDeviceType Enumeration


PointerDeviceType Enumeration
Enumerates pointer device types.
Syntax
'Declaration
 
Public Enum PointerDeviceType 
   Inherits System.Enum
 
'Usage
 
Dim instance As PointerDeviceType
Members
MemberDescription
PenSpecifies the pen
TouchSpecifies a touch-enabled device
Remarks
GcTouchEventProvider does not support the mouse pointer type, only pen or touch can raise pointer events.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Touch.PointerDeviceType

See Also