'Declaration Public Enum HighlightColor Inherits System.Enum
public enum HighlightColor : System.Enum
Member | Description |
---|---|
Black | The text should be highlighted with the black color (hexadecimal RGB value 000000). |
Blue | The text should be highlighted with the blue color (hexadecimal RGB value 0000FF). |
Cyan | The text should be highlighted with the cyan color (hexadecimal RGB value 00FFFF). |
DarkBlue | The text should be highlighted with the dark blue color (hexadecimal RGB value 00008B). |
DarkCyan | The text should be highlighted with the dark cyan color (hexadecimal RGB value 008B8B). |
DarkGray | The text should be highlighted with the dark gray color (hexadecimal RGB value A9A9A9). |
DarkGreen | The text should be highlighted with the dark green color (hexadecimal RGB value 006400). |
DarkMagenta | The text should be highlighted with the dark magenta color (hexadecimal RGB value 800080). |
DarkRed | The text should be highlighted with the dark red color (hexadecimal RGB value 8B0000). |
DarkYellow | The text should be highlighted with the dark yellow color (hexadecimal RGB value 808000). |
Green | The text should be highlighted with the green color (hexadecimal RGB value 00FF00). |
LightGray | The text should be highlighted with the light gray color (hexadecimal RGB value D3D3D3). |
Magenta | The text should be highlighted with the magenta color (hexadecimal RGB value FF00FF). |
None | No highlight color should be used in the text. |
Red | The text should be highlighted with the red color (hexadecimal RGB value FF0000). |
White | The text should be highlighted with the white color (hexadecimal RGB value FFFFFF). |
Yellow | The text should be highlighted with the yellow color (hexadecimal RGB value FFFF00). |
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