Reflection
VTKeyPadOption Enumeration


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