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


In This Topic
    ScreenColor Enumeration
    In This Topic
    Color designation.
    Syntax
    'Declaration
     
    
    Public Enum ScreenColor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScreenColor
    public enum ScreenColor : System.Enum 
    Members
    MemberDescription
    BlackBlack.
    BlueBlue.
    CyanCyan.
    DarkBlueDark blue.
    DarkCyanDark cyan.
    DarkGreenDark green.
    DarkGreyDark grey.
    DarkMagentaDark magenta.
    DarkRedDark red.
    DarkYellowDark yellow.
    DefaultDefault color not explicitly defined by host.
    GreenGreen.
    GreyGrey.
    MagentaMagenta.
    RedRed.
    WhiteWhite.
    YellowYellow.
    Inheritance Hierarchy

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

    See Also