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


In This Topic
    VerticalCoupling Property
    In This Topic
    Gets or sets a value indicating 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