Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / HostStatusLineOption Enumeration


HostStatusLineOption Enumeration
Host status line dislay options.
Syntax
'Declaration
 
Public Enum HostStatusLineOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As HostStatusLineOption
Members
MemberDescription
HostWritableThe control function DECSASD determines whether the terminal window or the status line is the active area for displaying messages from host applications.
IndicatorWhen HostStatusLine is set to rcIndicator, it shows the current row and column of the text cursor and the printer status.
NoStatusLineDoes not display the VT status line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.HostStatusLineOption

See Also