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
Member | Description |
Edit | The Wyse status line is equivalent to Standard. |
Off | The Wyse status line is not visible. |
Standard | The Wyse status line is visible. |
See Also