dbicCalendar Send comments on this topic.
ShowInTaskbar Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : ShowInTaskbar Property

Gets or sets a value indicating whether the form is displayed in the Windows taskbar.

Syntax

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

Property Value

true to display the form in the Windows taskbar at run time; otherwise, false. The default is true.

Requirements

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

See Also