GrapeCity.Windows.SpreadSheet.UI Namespace / InputDeviceType Enumeration


InputDeviceType Enumeration
Represents the input device type.
Syntax
'Declaration
 
Public Enum InputDeviceType 
   Inherits System.Enum
 
'Usage
 
Dim instance As InputDeviceType
Members
MemberDescription
KeyboardSpecifies that the message comes from the keyboard.
MouseSpecifies that the message comes from the mouse.
TouchSpecifies that the message comes from a touch-enabled device.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.UI.InputDeviceType

See Also