InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / MarginClickSelectsLine Property


In This Topic
    MarginClickSelectsLine Property
    In This Topic
    Gets or sets how InfoConnect responds to a mouse click in the left margin of the terminal window. When this property is true (the default) a mouse click selects the entire line. When it is false, a click in the left margin is equivalent to a click in the first column and does not select any text.
    Syntax
    'Declaration
     
    
    Property MarginClickSelectsLine As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.MarginClickSelectsLine = value
     
    value = instance.MarginClickSelectsLine
    bool MarginClickSelectsLine {get; set;}
    See Also