Message box window handle.

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

Syntax

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

See Also