TWindowState Enumeration

Represents type TWindowState.

Namespace: System.UI.Controls
type
 TWindowState = (wsNormal, wsMinimized, wsMaximized);

The TWindowState type exposes the following members.

Show:
 NameDescription
wsMaximized

Represents constant wsMaximized.

wsMinimized

Represents constant wsMinimized.

wsNormal

Represents constant wsNormal.

Top