ComponentOne FlexGrid for WinForms
ForeColor Property (C1FlexGridBase)

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : ForeColor Property
Gets or sets the foreground color of the control.
Syntax
'Declaration
 
Public Overrides Property ForeColor As Color
public override Color ForeColor {get; set;}

Property Value

The foreground System.Drawing.Color of the control. The default is the value of the System.Windows.Forms.Control.DefaultForeColor property.
Remarks
This is the color used to paint the text in scrollable cells, also defined by the CellStyleCollection.Normal cell style.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members