Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WyseLabelLines Property


In This Topic
WyseLabelLines Property
In This Topic
Gets or sets how many label lines are visible. The terminal decides how many label lines are visible by how many display rows are requested. Reflection allows you to always have two if you want. If only one label line is visible, pressing the Shift key will display the second line. This property is valid only during Wyse terminal emulation.
Syntax
'Declaration
 
Property WyseLabelLines As Integer
 
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.WyseLabelLines = value
 
value = instance.WyseLabelLines
See Also