FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / ForeColor Property

In This Topic
    ForeColor Property (C1FlexGridClassic)
    In This Topic
    Gets or sets the foreground color for the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property ForeColor As Color
    public virtual Color ForeColor {get; set;}
    Remarks
    This is the color used to paint the text in scrollable cells, also defined by the Normal cell style.
    See Also