Handle of the event's window.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property WindowHandle As IntPtr
C#
public IntPtr WindowHandle { get; }
Visual C++
public:
property IntPtr WindowHandle {
	IntPtr get ();
}
JavaScript
function get_windowHandle();

See Also