Gets window object, associated with system window.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Window As SystemWindow
C#
public SystemWindow Window { get; }
Visual C++
public:
property SystemWindow^ Window {
	SystemWindow^ get ();
}
JavaScript
function get_window();

See Also