Reflection
WordWrap5250 Property


Gets or sets a value indicating whether text is truncated at the end of the current field or wrapped to the next available field, and whether the host controls this behavior.
Syntax
'Declaration
 
Property WordWrap5250 As AS400WordWrapOption
'Usage
 
Dim instance As IIbmTerminal
Dim value As AS400WordWrapOption
 
instance.WordWrap5250 = value
 
value = instance.WordWrap5250
AS400WordWrapOption WordWrap5250 {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
This property only applies to 5250 sessions.
  • Text wraps to the next available field as controlled by the host. (The default.)
  • Text wraps to the next available field as controlled by Reflection.
  • Text does not wrap to the next available field. Instead, it is truncated at the end of the current field.
See Also