FormWindowState

Wisej.Web.FormWindowState

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how a form window is displayed.

public enum FormWindowState : Enum

Fields

NameDescription

Maximized

A maximized window.

Minimized

A minimized window.

Normal

A default sized window.

Used By

NameDescription

Returns or sets the initial WindowState of the common dialog.

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

Last updated