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

In This Topic
    ForeColor Property (DrawItemEventArgs)
    In This Topic
    Gets the foreground color of the of the item being drawn.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ForeColor As Color
    public Color ForeColor {get;}
    See Also