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

Gets or sets the background image displayed in the control.

Syntax

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

Property Value

An System.Drawing.Image that represents the image to display in the background of the control.

Requirements

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

See Also