InfoConnect for Airlines
GetTextWrap Enumeration


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