Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / PasteWrapText Property


PasteWrapText Property
Gets or sets a value indicating whether text that exceeds the current line length is pasted in the next field or truncated.
Syntax
'Declaration
 
Property PasteWrapText As Boolean
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.PasteWrapText = value
 
value = instance.PasteWrapText

Property Value

The default value is False.
Exceptions
ExceptionDescription
This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
Remarks
If this value is true, remaining text is pasted at the start of the next field. If it is false, the terminal truncates the current line and begins pasting at the next field with the beginning of a new line.
See Also