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


In This Topic
WyseStatusLineDisplay Property
In This Topic
Gets or sets a value indicating whether the Wyse status line at the top of the screen is set to Off, Standard, or Edit.
Syntax
'Declaration
 
Property WyseStatusLineDisplay As WyseStatusLineDisplayOption
 
'Usage
 
Dim instance As IScreen
Dim value As WyseStatusLineDisplayOption
 
instance.WyseStatusLineDisplay = value
 
value = instance.WyseStatusLineDisplay
See Also