InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / ClearSelectionOnCopy Property


In This Topic
    ClearSelectionOnCopy Property (IT27Screen)
    In This Topic
    Gets or sets a value indicating whether text remains selected after it is copied to the Clipboard.
    Syntax
    'Declaration
     
    
    Property ClearSelectionOnCopy As Boolean
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As Boolean
     
    instance.ClearSelectionOnCopy = value
     
    value = instance.ClearSelectionOnCopy
    bool ClearSelectionOnCopy {get; set;}
    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.
    Remarks
    If this setting is enabled, the terminal automatically deselects text after it is copied to the Clipboard.
    See Also