Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / HorizontalCoupling Property


In This Topic
HorizontalCoupling Property
In This Topic
Gets or sets a value indicating whether the column in which the cursor is located remains in the terminal window regardless of how the terminal window is resized, or which screen font size is used.
Syntax
'Declaration
 
Property HorizontalCoupling As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.HorizontalCoupling = value
 
value = instance.HorizontalCoupling

Property Value

The default value is true.
See Also