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


In This Topic
    GetTextWrap Enumeration
    In This Topic
    Specifies screen wrapping characteristics.
    Syntax
    'Declaration
     
    
    Public Enum GetTextWrap 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GetTextWrap
    public enum GetTextWrap : System.Enum 
    Members
    MemberDescription
    OffOperations are limited to the beginning and end of the screen.
    OnOperations can wrap at the end of screen if necessary.
    Inheritance Hierarchy

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

    See Also