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

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

Syntax

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

Property Value

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

Requirements

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

See Also