The background color of text or graphics in an item.
The background color of text or graphics in an item.
| Visual Basic |
|---|
Public Property BackColor() As Long |
The value is an RGB value in long representation. You can use the standard Visual Basic colors, for example, vbBlue and vbYellow.
The valid range for a normal RGB color is 0 to 16,777,215 (&HFFFFFF).