InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.ALC Library / AlcScreen Object / ClearSelectionOnCopy Property
ClearSelectionOnCopy Property (AlcScreen)
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 AlcScreen 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