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

Gets or sets the minimum size the form can be resized to.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MinimumSize As Size
C# 
public virtual Size MinimumSize {get; set;}

Property Value

A System.Drawing.Size that represents the minimum size for the form.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionThe values of the height or width within the System.Drawing.Size object are less than zero.

Requirements

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

See Also