FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / UpdatingItemStyleEventArgs Class / ForeColor Property

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