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


In This Topic
    ScreenColor Enumeration
    In This Topic
    Defines host screen colors specified by the host.
    Syntax
    'Declaration
     
    
    Public Enum ScreenColor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScreenColor
    public enum ScreenColor : System.Enum 
    Members
    MemberDescription
    BlackBlack color.
    BlueBlue color.
    DeepBlueDeep blue color.
    DefaultDefault color that is not explicitly specified by the host.
    GrayGray color.
    GreenGreen color.
    OrangeOrange color.
    PaleGreenPale green color.
    PaleTurquoisePale turquoise color.
    PinkPink color.
    PurplePurple color.
    RedRed color.
    TurquoiseTurquoise color.
    WhiteWhite color.
    YellowYellow color.
    Inheritance Hierarchy

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

    See Also