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

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

Syntax

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

Property Value

true if the form displays a control box in the upper-right corner of the form; otherwise, false. The default is true.

Requirements

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

See Also