Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / AutoCopyOnSelect Property


AutoCopyOnSelect Property
Gets or sets a value indicating whether the terminal automatically copies selected text to the Clipboard.
Syntax
'Declaration
 
Property AutoCopyOnSelect As Boolean
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.AutoCopyOnSelect = value
 
value = instance.AutoCopyOnSelect

Property Value

The default value is False.
Exceptions
ExceptionDescription
This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
See Also