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

Gets or sets the mode by which the form automatically resizes itself.

Syntax

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

Property Value

An System.Windows.Forms.AutoSizeMode enumerated value. The default is System.Windows.Forms.AutoSizeMode.GrowOnly.

Exceptions

Requirements

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

See Also