Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonContextualTabGroup Class / ForeColor Property

In This Topic
    ForeColor Property (RibbonContextualTabGroup)
    In This Topic
    Gets or sets the RibbonContextualTabGroup.Color used to display text in the RibbonContextualTabGroup.
    Syntax
    'Declaration
     
    
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also