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

Gets or sets a value that indicates whether form is minimized, maximized, or normal.

Syntax

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

Property Value

A System.Windows.Forms.FormWindowState that represents whether form is minimized, maximized, or normal. The default is FormWindowState.Normal.

Exceptions

ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value specified is outside the range of valid values.

Requirements

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

See Also