InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / WyseStatusLineDisplayOption Enumeration
In This Topic
    WyseStatusLineDisplayOption Enumeration
    In This Topic
    Indicates whether the Wyse status line at the top of the screen is set to Off, Standard, or Edit.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EB3")>
    Public Enum WyseStatusLineDisplayOption 
       Inherits System.Enum
    Members
    MemberDescription
    EditThe Wyse status line is equivalent to Standard.
    OffThe Wyse status line is not visible.
    StandardThe Wyse status line is visible.
    See Also