'Declaration
Public Enum HostKeyboardTypeOption Inherits System.Enum
'Usage
Dim instance As HostKeyboardTypeOption
public enum HostKeyboardTypeOption : System.Enum
'Declaration
Public Enum HostKeyboardTypeOption Inherits System.Enum
'Usage
Dim instance As HostKeyboardTypeOption
public enum HostKeyboardTypeOption : System.Enum
Member | Description |
---|---|
DataEntry | All keys can be used. |
Normal | Only number keys (on the keyboard and the numeric keypad) and certain symbol keys (PLUS SIGN, MINUS SIGN, PERIOD, and COMMA) can be used. |
Typewriter | Only SHIFT key combinations that produce uppercase letters and symbols (such as !, @, and #), and number keys on the keypad can be used. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.HostKeyboardTypeOption