Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmTerminal Interface : WordWrap3270 Property |
'Declaration
Property WordWrap3270 As Boolean
'Usage
Dim instance As IIbmTerminal Dim value As Boolean instance.WordWrap3270 = value value = instance.WordWrap3270
bool WordWrap3270 {get; set;}
When WordWrap3270 is True, text is wrapped to the next field, provided the following conditions are met:
When Word Wrap is False (the default) and text exceeds the current field length, Reflection attempts to enter it into the next available field. If this is a protected field, the text is truncated at the end of the unprotected field and the terminal enters reset mode.
Exception | Description |
---|---|
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. |