InfoConnect for Unisys
MarginClickSelectsLine Property


Returns or specifies 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