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


In This Topic
    AS400StatusLineOption Enumeration
    In This Topic
    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
    public enum AS400StatusLineOption : System.Enum 
    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