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

Gets or sets the color that will represent transparent areas of the form.

Syntax

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

Property Value

A System.Drawing.Color that represents the color to display transparently on the form.

Requirements

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

See Also