The following constants can be used anywhere in your code in place of the actual values.
Constant | Value | Description |
---|---|---|
vbBlack | 0x0 | Black |
vbRed | 0xFF | Red |
vbGreen | 0xFF00 | Green |
vbYellow | 0xFFFF | Yellow |
vbBlue | 0xFF0000 | Blue |
vbMagenta | 0xFF00FF | Magenta |
vbCyan | 0xFFFF00 | Cyan |
vbWhite | 0xFFFFFF | White |
VERY USEFUL.