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


GetTextWrap Enumeration
Specifies screen wrapping characteristics.
Syntax
'Declaration
 
Public Enum GetTextWrap 
   Inherits System.Enum
 
'Usage
 
Dim instance As GetTextWrap
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