dbicCalendar Send comments on this topic.
ForeColor Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : ForeColor Property

Gets or sets the foreground color of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ForeColor As Color
C# 
public virtual 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.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also