Skip to main content
Version: 3.5

FormWindowState

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how a form window is displayed.

public enum FormWindowState : Enum

Fields

NameDescription
MaximizedA maximized window.
MinimizedA minimized window.
NormalA default sized window.

Used By

NameDescription
CommonDialog.WindowStateReturns or sets the initial WindowState of the common dialog.
Form.WindowStateReturns or sets a value that indicates whether form is minimized, maximized, or normal.