InfoConnect for Airlines
IbmBackspace Enumeration


Indicates what the BACKSPACE key does in a IBM 3151 session.
Syntax
'Declaration
 
Public Enum IbmBackspace 
   Inherits System.Enum
'Usage
 
Dim instance As IbmBackspace
public enum IbmBackspace : System.Enum 
Members
MemberDescription
BackspaceBackspaceBoth BACKSPACE and SHIFT+BACKSPACE send the Backspace function.
BackspaceDeleteBoth BACKSPACE and SHIFT+DELETE send the Backspace function.
DeleteBackspaceBoth DELETE and SHIFT+BACKSPACE send the Backspace function.
DeleteCancelBoth DELETE and SHIFT+CANCEL send the Backspace function.
Remarks
Options are described in pairs that indicate the unshifted and shifted states. For example, the value BackspaceBackspace indicates that both BACKSPACE and SHIFT+BACKSPACE send the Backspace function.
Inheritance Hierarchy

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

See Also