If true, the passed found wnd will be added to windows list.

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

Syntax

Visual Basic (Declaration)
Public Property Allow As Boolean
C#
public bool Allow { get; set; }
Visual C++
public:
property bool Allow {
	bool get ();
	void set (bool value);
}
JavaScript
function get_allow();
function set_allow(value);

See Also