BackColor Properties
Determines the background color of a list or combo box.
Syntax
object.CBBackColor [= color]
object.RLBackColor [= color]
object.LLBackColor [= color]
The syntax of the BackColor properties has these parts:
| Part | Description |
| object | A DCombo control. |
| color | A value or constant that determines the background color. |
Remarks
Background colors can be set independently for each list and the combo box itself.
Data Type
Colors specified by using the Color palette or by using the RGB or QBColor functions in code.