Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ScreenColor Enumeration


ScreenColor Enumeration
Color designation.
Syntax
'Declaration
 
Public Enum ScreenColor 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScreenColor
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