InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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.Common.GetTextWrap

    See Also