Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / MarginClickSelectsLine Property
In This Topic
    MarginClickSelectsLine Property
    In This Topic
    Gets or sets what occurs when the mouse is clicked in the left margin of the terminal window.
    Syntax
    expression.MarginClickSelectsLine As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is true (the default) the mouse click selects the entire line. When it is false, the mouse click does not select any text.
    See Also