Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / HostKeyboardTypeOption Enumeration


HostKeyboardTypeOption Enumeration
Defines options that specify which keys can be used in numeric fields.
Syntax
'Declaration
 
Public Enum HostKeyboardTypeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As HostKeyboardTypeOption
Members
MemberDescription
DataEntryAll keys can be used.
NormalOnly number keys (on the keyboard and the numeric keypad) and certain symbol keys (PLUS SIGN, MINUS SIGN, PERIOD, and COMMA) can be used.
TypewriterOnly SHIFT key combinations that produce uppercase letters and symbols (such as !, @, and #), and number keys on the keypad can be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.HostKeyboardTypeOption

See Also