Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / PasteWrapDown Property
PasteWrapDown Property
Gets or sets a value indicating whether pasted text should be wrapped to the field below (instead of to the field to the right).
Syntax
expression.PasteWrapDown As Boolean
where expression is a variable that represents a IbmScreen Object

Property Value

The default value is False.
Exceptions
ExceptionDescription
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 this value is true, the text is wrapped to the field below the current field.

If it is false, the text is wrapped to the next input field to the right.

See Also