Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / InputDeviceType Enumeration


In This Topic
    InputDeviceType Enumeration
    In This Topic
    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.
    Inheritance Hierarchy

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

    See Also