ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Drawing.Color
    public System.Drawing.Color ForeColor {get;}
    See Also