ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / ForeColor Property

In This Topic
    ForeColor Property (C1CalendarView)
    In This Topic
    Gets or sets the foreground color of the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property ForeColor As Color
    public override Color ForeColor {get; set;}

    Property Value

    The foreground System.Drawing.Color of the control. The default is the value of the System.Windows.Forms.Control.DefaultForeColor property.
    See Also