Spread Silverlight Documentation
InputDeviceType Enumeration
Example Example 


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
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.
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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Windows.SpreadSheet.UI Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.