Provides functionality for system-wide hot keys.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
<ToolboxBitmapAttribute("HotKeys.bmp")> _ Public Class HotKeys _ Inherits NostalgiaComponent |
C# |
---|
[ToolboxBitmapAttribute("HotKeys.bmp")] public class HotKeys : NostalgiaComponent |
Visual C++ |
---|
[ToolboxBitmapAttribute(L"HotKeys.bmp")] public ref class HotKeys : public NostalgiaComponent |
JavaScript |
---|
Greatis.Nostalgia.HotKeys = function(); Type.createClass( 'Greatis.Nostalgia.HotKeys', Greatis.Nostalgia.NostalgiaComponent); |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Greatis.Nostalgia..::.NostalgiaComponent
Greatis.Nostalgia..::.HotKeys
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Greatis.Nostalgia..::.NostalgiaComponent
Greatis.Nostalgia..::.HotKeys