FormWindowState

Wisej.Web.FormWindowState

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Specifies how a form window is displayed.

public enum FormWindowState : Enum

Fields

Name
Description

Maximized

A maximized window.

Minimized

A minimized window.

Normal

A default sized window.

Used By

Name
Description

Returns or sets the initial WindowState of the common dialog.

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

Sets the window state for the specified Form control.

Last updated

Was this helpful?