Reflection
WordWrap3270MinimumFieldLength Property


Gets or sets the minimum field length required for word wrap in 3270 terminal sessions.
Syntax
'Declaration
 
Property WordWrap3270MinimumFieldLength As Integer
'Usage
 
Dim instance As IIbmTerminal
Dim value As Integer
 
instance.WordWrap3270MinimumFieldLength = value
 
value = instance.WordWrap3270MinimumFieldLength
int WordWrap3270MinimumFieldLength {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException This exception is thrown if the set parameter is outside the range of valid values.
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
If a field is less than this length, text does not wrap to the next available field, regardless of the current value of the WordWrap3270 property. This setting affects 3270 session only and is ignored if WordWrap3270 is false. The default value is 10 for all templates except Legacy Reflection which has a default of 40. The range of values is 10 - 132.
See Also