InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400StatusLineOption Enumeration


AS400StatusLineOption Enumeration
Defines valid values that control rendering of the status line in 5250 terminal sessions.
Syntax
'Declaration
 
Public Enum AS400StatusLineOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As AS400StatusLineOption
Members
MemberDescription
StatusLine3488Displays a symbol-based representation of the status line.
StatusLine5250Displays a character-based representation of the status line.
StatusLineDebugDisplays the debug status line.
StatusLineNoneDoes not display the status line.
Remarks
These values specify which of three different host status lines appears at the bottom of the terminal window when you are connected to an AS/400.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.AS400StatusLineOption

See Also