Hot key identifier, returned by RegisterKey.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ID As Integer
C#
public int ID { get; }
Visual C++
public:
property int ID {
	int get ();
}
JavaScript
function get_id();

See Also