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


In This Topic
    IbmTerminalAttributeOption Enumeration
    In This Topic
    Identifies a host terminal attribute.
    Syntax
    'Declaration
     
    
    Public Enum IbmTerminalAttributeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As IbmTerminalAttributeOption
    public enum IbmTerminalAttributeOption : System.Enum 
    Members
    MemberDescription
    BlueHost blue attribute.
    ErrorLine5250 error line attribute.
    FieldOutline3270 field outline attribute.
    GraphicsBackground3179G host graphics background attribute.
    GraphicsBlack3179G host graphics black attribute.
    GraphicsBlue3179G host graphics blue attribute.
    GraphicsBrown3179G host graphics brown attribute.
    GraphicsDarkBlue3179G host graphics dark blue attribute.
    GraphicsDarkGreen3179G host graphics dark green attribute.
    GraphicsDarkTurquoise3179G host graphics dark turquoise attribute.
    GraphicsGreen3179G host graphics green attribute.
    GraphicsGrey3179G host graphics grey attribute.
    GraphicsMustard3179G host graphics mustard attribute.
    GraphicsNeutral3179G host graphics neutral attribute.
    GraphicsOrange3179G host graphics orange attribute.
    GraphicsPink3179G host graphics pink attribute.
    GraphicsPurple3179G host graphics purple attribute.
    GraphicsRed3179G host graphics red attribute.
    GraphicsTurquoise3179G host graphics turquoise attribute.
    GraphicsWhite3179G host graphics white attribute.
    GraphicsYellow3179G host graphics yellow attribute.
    GreenHost green attribute.
    MessageLine5250 message line attribute.
    PinkHost pink attribute.
    ProtectedHighAlpha3270 protected intense alphanumeric attribute.
    ProtectedHighNumeric3270 protected intense numeric attribute.
    ProtectedNormalAlpha3270 protected normal alphanumeric attribute.
    ProtectedNormalNumeric3270 protected normal numeric attribute.
    RedHost red attribute.
    StatusLineStatus line attribute.
    SysRequest5250 sys request attribute.
    TurquoiseHost turquoise attribute.
    UnprotectedHighAlpha3270 unprotected intense alphanumeric attribute.
    UnprotectedHighNumeric3270 unprotected intense numeric attribute.
    UnprotectedNormalAlpha3270 unprotected normal alphanumeric attribute.
    UnprotectedNormalNumeric3270 unprotected normal numeric attribute.
    WhiteHost white attribute.
    YellowHost yellow attribute.
    Inheritance Hierarchy

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

    See Also