InfoConnect for Airlines
PasteLineBreak Property


Gets or sets the character that is inserted in a field on the terminal screen when data containing line breaks is copied from the Clipboard.
Syntax
'Declaration
 
Property PasteLineBreak As PasteLineBreakOption
'Usage
 
Dim instance As IIbmScreen
Dim value As PasteLineBreakOption
 
instance.PasteLineBreak = value
 
value = instance.PasteLineBreak
PasteLineBreakOption PasteLineBreak {get; set;}

Property Value

The default value is NewLineKey, which inserts a newline character at line breaks.
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

See Also