Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / PasteLineBreak Property
In This Topic
    PasteLineBreak Property
    In This Topic
    Gets or specifies the character that is inserted in a field on the terminal screen when data containing line breaks is copied from the Clipboard.
    Syntax
    expression.PasteLineBreak As PasteLineBreakOption
    where expression is a variable that represents a IbmScreen Object

    Property Value

    A PasteLineBreakOption Enumeration value. The default value is NewLineKey, which inserts a newline character at line breaks.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks

    See Also