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


In This Topic
    ScreenAnsiColor Enumeration
    In This Topic
    Colors available to map for ANSI terminals.
    Syntax
    'Declaration
     
    
    Public Enum ScreenAnsiColor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScreenAnsiColor
    public enum ScreenAnsiColor : System.Enum 
    Members
    MemberDescription
    BlackBlack.
    BlueBlue.
    BrightWhiteBright white. Available for SCO ANSI only.
    BrownBrown.
    CyanCyan.
    GreenGreen.
    GreyGrey. Available for SCO ANSI only.
    LightBlueLight blue. Available for SCO ANSI only.
    LightCyanLight cyan. Available for SCO ANSI only.
    LightGreenLight green. Available for SCO ANSI only.
    LightMagentaLight magenta. Available for SCO ANSI only.
    LightRedLight red. Available for SCO ANSI only.
    MagentaMagenta.
    RedRed.
    WhiteWhite.
    YellowYellow. Available for SCO ANSI only.
    Inheritance Hierarchy

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

    See Also