Spread WPF Documentation
InputDeviceType Enumeration
Example Example 


Represents the input device type.
Syntax
public enum InputDeviceType : System.Enum 
'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.
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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.UI Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.