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

Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.

Syntax

Visual Basic (Declaration) 
Public Property ShowIcon As Boolean
C# 
public bool ShowIcon {get; set;}

Property Value

true if the form displays an icon in the caption bar; otherwise, false. The default is true.

Requirements

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

See Also