Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / VTBackspaceSendsOption Enumeration


VTBackspaceSendsOption Enumeration
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
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