InfoConnect for Airlines
VerticalCoupling Property


Returns or specifies whether the row 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 VerticalCoupling As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.VerticalCoupling = value
 
value = instance.VerticalCoupling
bool VerticalCoupling {get; set;}
See Also