Reflection
AS400WordWrapOption Enumeration


Defines valid values for the 5250 word wrap feature.
Syntax
'Declaration
 
Public Enum AS400WordWrapOption 
   Inherits System.Enum
'Usage
 
Dim instance As AS400WordWrapOption
public enum AS400WordWrapOption : System.Enum 
Members
MemberDescription
HostText is wrapped to the next available line as controlled by the host.
LocalText is wrapped to the next available line as controlled by Reflection.
OffText is not wrapped to the next available line, but is truncated at the end of the current line.
Remarks
These enumeration values specify whether to wrap text to the next available field or to truncate text at the end of the field, and whether the host controls this behavior.
Inheritance Hierarchy

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

See Also