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


In This Topic
    IbmInsertionOption Enumeration
    In This Topic
    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