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

In This Topic
    ForeColor Property (RibbonControlHost)
    In This Topic
    Gets or sets the foreground color for the hosted control.
    Syntax
    'Declaration
     
    Public Overridable Property ForeColor As System.Drawing.Color
    public virtual System.Drawing.Color ForeColor {get; set;}
    See Also