InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface / AutoCopyOnSelect Property


In This Topic
    AutoCopyOnSelect Property (IUtsScreen)
    In This Topic
    Gets or sets a value indicating whether selected text is automatically copied to the clipboard.
    Syntax
    'Declaration
     
    
    Property AutoCopyOnSelect As Boolean
    'Usage
     
    
    Dim instance As IUtsScreen
    Dim value As Boolean
     
    instance.AutoCopyOnSelect = value
     
    value = instance.AutoCopyOnSelect
    bool AutoCopyOnSelect {get; set;}
    See Also