InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / WyseLabelLines Property
In This Topic
    WyseLabelLines Property
    In This Topic
    Gets or sets how many label lines are visible (for Wyse terminal emulation only).
    Syntax
    expression.WyseLabelLines As Integer
    where expression is a variable that represents a Screen Object
    Remarks
    The terminal uses the number of requested display rows to determine how many label lines are visible. InfoConnect allows you to always have two visible label lines. If only one label line is visible, pressing the SHIFT key will display the second line.
    See Also