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

Gets the maximum size the form can be resized to.

Syntax

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

Property Value

A System.Drawing.Size that represents the maximum 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