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


ScreenColor Enumeration
Defines host screen colors specified by the host.
Syntax
'Declaration
 
Public Enum ScreenColor 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScreenColor
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