Flag that enables calling interpreted events. If this flag is false, the interpreted events are not fired.

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

Syntax

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

See Also