property CalcCombo.EditForeColor as Color
Specifies the control's edit foreground color.

TypeDescription
Color A color expression that indicates the foreground color of of the control's label.
Use the EditForeColor property to specify the foreground color of the control's label. Use the EditBackColor property to specify the background color of the control's label. Use the ForeColor property to specify the foreground color for the control's drop down portion. Use the BackColor property to specify the background color for the control's drop down portion.