InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / PasteLineBreak Property


In This Topic
    PasteLineBreak Property
    In This Topic
    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
    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