OlColor Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constants representing colors.
public enum class OlColor
public enum OlColor
Public Enum OlColor
- Inheritance
-
OlColor
Fields
Name | Value | Description |
---|---|---|
olAutoColor | 0 | Color is based on OS preferences |
olColorBlack | 1 | Black |
olColorMaroon | 2 | Maroon |
olColorGreen | 3 | Green |
olColorOlive | 4 | Olive |
olColorNavy | 5 | Navy |
olColorPurple | 6 | Purple |
olColorTeal | 7 | Teal |
olColorGray | 8 | Gray |
olColorSilver | 9 | Silver |
olColorRed | 10 | Red |
olColorLime | 11 | Lime |
olColorYellow | 12 | Yellow |
olColorBlue | 13 | Blue |
olColorFuchsia | 14 | Fuchsia |
olColorAqua | 15 | Aqua |
olColorWhite | 16 | White |
Remarks
Used by the ViewFont object to indicate the font color.