GrapeCity.Xaml.SpreadSheet.UI
InputDeviceType Enumeration


GrapeCity.Xaml.SpreadSheet.UI Namespace : InputDeviceType Enumeration
Represents the input device type.
Syntax
'Declaration
 
Public Enum InputDeviceType 
   Inherits System.Enum
'Usage
 
Dim instance As InputDeviceType
public enum InputDeviceType : System.Enum 
Members
MemberDescription
Keyboard Specifies that the message comes from the keyboard.
Mouse Specifies that the message comes from the mouse.
Touch Specifies that the message comes from a touch-enabled device.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Xaml.SpreadSheet.UI Namespace