Gets or sets state of associated system window.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property WindowState As FormWindowState
C#
public FormWindowState WindowState { get; set; }
Visual C++
public:
property FormWindowState WindowState {
	FormWindowState get ();
	void set (FormWindowState value);
}
JavaScript
function get_windowState();
function set_windowState(value);

See Also