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


In This Topic
    VTBackspaceSendsOption Enumeration
    In This Topic
    Indicates the key that is transmitted to the host when the user presses the BACKSPACE key.
    Syntax
    'Declaration
     
    
    Public Enum VTBackspaceSendsOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VTBackspaceSendsOption
    public enum VTBackspaceSendsOption : System.Enum 
    Members
    MemberDescription
    BackspaceKeyThe Backspace character is transmitted when the user presses the Backspace key.
    DeleteKeyThe Delete character is transmitted when the user presses the Backspace key.
    Inheritance Hierarchy

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

    See Also