ForeColor Properties
Determines the foreground color of a list or combo box.
Syntax
object.CBForeColor [= color]
object.RLForeColor [= color]
object.LLForeColor [= color]
The syntax of the ForeColor properties has these parts:
| Part | Description |
| object | A DCombo control. |
| color | A value or constant that determines the foreground color. |
Remarks
Foreground 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.