Spread Silverlight Documentation
InputDeviceType Enumeration
Example Example 


GrapeCity.Windows.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.
Example
This example uses the InputDeviceType enumeration.
TextBox1.Text = GcSpreadSheet1.InputDeviceType.ToString();
TextBox1.Text = GcSpreadSheet1.InputDeviceType.ToString()
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.UI Namespace