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

Gets or sets the background color for the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property BackColor As Color
C# 
public virtual Color BackColor {get; set;}

Property Value

A System.Drawing.Color that represents the background color of the control. The default is the value of the System.Windows.Forms.Control.DefaultBackColor property.

Requirements

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

See Also