InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HostKeyboardTypeOption Enumeration


In This Topic
    HostKeyboardTypeOption Enumeration
    In This Topic
    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
    public enum HostKeyboardTypeOption : System.Enum 
    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