HostStatusLineOption Enumeration
In This Topic
Host status line dislay options.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E66")>
Public Enum HostStatusLineOption
Inherits System.Enum
Members
Member | Description |
HostWritable | The control function DECSASD determines whether the terminal window or the status line is the active area for displaying messages from host applications. |
Indicator | When HostStatusLine is set to Indicator, it shows the current row and column of the text cursor and the printer status. |
NoStatusLine | Does not display the VT status line. |
See Also