InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / VTKeyPadOption Enumeration


In This Topic
    VTKeyPadOption Enumeration
    In This Topic
    Indicates which characters are transmitted by the numeric keypad keys.
    Syntax
    'Declaration
     
    
    Public Enum VTKeyPadOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VTKeyPadOption
    public enum VTKeyPadOption : System.Enum 
    Members
    MemberDescription
    ApplicationModeKeys on the numeric keypad are defined by the host application.
    NumericModeKeys on the numeric keypad are in normal (numeric) mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.VTKeyPadOption

    See Also