| GrapeCity.Windows.SpreadSheet.UI Namespace : InputDeviceType Enumeration | 
'Declaration Public Enum InputDeviceType Inherits System.Enum
'Usage Dim instance As InputDeviceType
public enum InputDeviceType : System.Enum
| Member | Description | 
|---|---|
| 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. | 
TextBox1.Text = GcSpreadSheet1.InputDeviceType.ToString();
TextBox1.Text = GcSpreadSheet1.InputDeviceType.ToString()
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.UI.InputDeviceType
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)