Gets resource id of associated system window.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ResourceID As UInteger
C#
public uint ResourceID { get; }
Visual C++
public:
property unsigned int ResourceID {
	unsigned int get ();
}
JavaScript
function get_resourceID();

See Also