InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / InsertArenaOption Enumeration


In This Topic
    InsertArenaOption Enumeration
    In This Topic
    Defines options that specify the extent to which InfoConnect applies the logic for character insertion, as described for the terminal's InsertProtocol property.
    Syntax
    'Declaration
     
    
    Public Enum InsertArenaOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As InsertArenaOption
    public enum InsertArenaOption : System.Enum 
    Members
    MemberDescription
    AllUnprotectedFieldsChanges are allowed to all unprotected fields in the partition.
    CurrentFieldNo change is allowed to any field except the current field.
    LocalUnprotectedFieldsChanges are allowed to the current field and to other local unprotected fields. If two or more unprotected fields are contiguous (that is, not separated by any protected fields), they are local.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.InsertArenaOption

    See Also