Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / ClearSelectionOnCopy Property
In This Topic
    ClearSelectionOnCopy Property
    In This Topic
    Gets or sets a value indicating whether text remains selected after it is copied to the Clipboard.
    Syntax
    expression.ClearSelectionOnCopy As Boolean
    where expression is a variable that represents a IbmScreen Object

    Property Value

    The default is True.
    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
    If this setting is enabled, the terminal automatically deselects selected text when it is copied to the Clipboard.
    See Also