FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputDeviceType Enumeration


InputDeviceType Enumeration
Indicates the input device type.
Syntax
'Declaration
 
Public Enum InputDeviceType 
   Inherits System.Enum
 
'Usage
 
Dim instance As InputDeviceType
Members
MemberDescription
KeyboardSpecifies the touch keyboard or hardware keyboard.
MouseSpecifies the mouse device.
TouchSpecifies the touch-enabled input device.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.InputDeviceType

See Also