Attachmate Reflection 2014 .NET API Reference
InsertArenaOption Enumeration


Defines options that specify the extent to which Reflection 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

Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

Attachmate.Reflection.Emulation.IbmHosts Namespace

Send Feedback