In This Topic
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
Exception | Description |
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.
|
See Also