Version

HighlightColor Enumeration

Represents the various highlight colors available for text.
Syntax
'Declaration
 
Public Enum HighlightColor 
   Inherits System.Enum
public enum HighlightColor : System.Enum 
Members
MemberDescription
BlackThe text should be highlighted with the black color (hexadecimal RGB value 000000).
BlueThe text should be highlighted with the blue color (hexadecimal RGB value 0000FF).
CyanThe text should be highlighted with the cyan color (hexadecimal RGB value 00FFFF).
DarkBlueThe text should be highlighted with the dark blue color (hexadecimal RGB value 00008B).
DarkCyanThe text should be highlighted with the dark cyan color (hexadecimal RGB value 008B8B).
DarkGrayThe text should be highlighted with the dark gray color (hexadecimal RGB value A9A9A9).
DarkGreenThe text should be highlighted with the dark green color (hexadecimal RGB value 006400).
DarkMagentaThe text should be highlighted with the dark magenta color (hexadecimal RGB value 800080).
DarkRedThe text should be highlighted with the dark red color (hexadecimal RGB value 8B0000).
DarkYellowThe text should be highlighted with the dark yellow color (hexadecimal RGB value 808000).
GreenThe text should be highlighted with the green color (hexadecimal RGB value 00FF00).
LightGrayThe text should be highlighted with the light gray color (hexadecimal RGB value D3D3D3).
MagentaThe text should be highlighted with the magenta color (hexadecimal RGB value FF00FF).
NoneNo highlight color should be used in the text.
RedThe text should be highlighted with the red color (hexadecimal RGB value FF0000).
WhiteThe text should be highlighted with the white color (hexadecimal RGB value FFFFFF).
YellowThe text should be highlighted with the yellow color (hexadecimal RGB value FFFF00).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also