ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonContextualTabGroup Class / ForeColor Property

In This Topic
    ForeColor Property (RibbonContextualTabGroup)
    In This Topic
    Gets or sets the Color used to display text in the RibbonContextualTabGroup.
    Syntax
    'Declaration
     
    Public Property ForeColor As System.Drawing.Color
    public System.Drawing.Color ForeColor {get; set;}
    Remarks
    The value of this property is ignored for the Custom visual style.
    See Also