InfoConnect for Unisys VBA Guide
ClearSelectionOnCopy Property (UtsScreen)
Gets or sets a value indicating whether text remains selected after it is copied to the Clipboard.
Syntax
Object.ClearSelectionOnCopy As Boolean

Property Value

The default is True.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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