ForeColor Property (C1DropDownEditorBase)
Gets or sets the foreground color of the control.
public virtual Color ForeColor {get; set;}
'Declaration
Public Overridable Property ForeColor As Color
Property Value
The foreground
System.Drawing.Color of the control. The default is the value of the
System.Windows.Forms.Control.DefaultForeColor property.