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

Gets or sets the primary background color of the custom area.

Syntax

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

Property Value

A System.Drawing.Color value.

Remarks

The secondary background color is defined by the BackColorTo property.

Requirements

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

See Also