Gets or sets handle of associated system window.

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

Syntax

Visual Basic (Declaration)
Public Property Handle As IntPtr
C#
public IntPtr Handle { get; set; }
Visual C++
public:
property IntPtr Handle {
	IntPtr get ();
	void set (IntPtr value);
}
JavaScript
function get_handle();
function set_handle(value);

See Also