FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BaseGroupStyle Class / ForeColor Property

In This Topic
    ForeColor Property (BaseGroupStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the text.
    Syntax
    'Declaration
     
    
    Public Overridable Property ForeColor As Color
    public virtual Color ForeColor {get; set;}
    See Also