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

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

Syntax

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

Property Value

true to display a Minimize button for the form; otherwise, false. The default is true.

Requirements

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

See Also