property ComboBox.ForeColorEdit as Color
Specifies the control's edit foreground color.

TypeDescription
Color A color expression that indicates the foreground color of the control's edit box. 
Use the ForeColorEdit property to specify the foreground color of the control's edit box. Use the ForeColor property to specify the foreground color of the control's drop down portion. Use the CellForeColor property to specify the cell's foreground color. Use the ItemForeColor property to specify the item's foreground color. The BackColorEdit property has effect only, if the Style property is not DropDownList.