InfoConnect for Unisys
IbmInsertionOption Enumeration


Indicates what the Insert key does in a IBM 3151 terminal session (TerminalType = rcIBM3151).
Syntax
'Declaration
 
Public Enum IbmInsertionOption 
   Inherits System.Enum
'Usage
 
Dim instance As IbmInsertionOption
public enum IbmInsertionOption : System.Enum 
Members
MemberDescription
InsertSpaceInserts a space.
ModeToggleSwitches insert mode on and off.
Inheritance Hierarchy

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

See Also