Prevents this instance of the hook from receiving the events that are generated by the thread that is registering this hook.

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

Syntax

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

See Also