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

Resize the form according to the setting of System.Windows.Forms.Form.AutoSizeMode.

Syntax

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

Property Value

true if the form will automatically resize; false if it must be manually resized.

Requirements

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

See Also