Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / CopyTrailingSpaces Property
In This Topic
    CopyTrailingSpaces Property
    In This Topic
    Gets or sets a value indicating whether the terminal copies the character spaces that trail a selection when text is copied to the Clipboard.
    Syntax
    expression.CopyTrailingSpaces As Boolean
    where expression is a variable that represents a IbmScreen Object
    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
    When this property is true, the terminal includes trailing spaces in text copied to the Clipboard. When it is false, the terminal does not copy trailing spaces to the Clipboard.
    See Also