Reflection
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
bool PasteWrapText {get; set;}

Property Value

The default value is False.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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