Base component class for all Nostalgia's components.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class NostalgiaComponent _ Inherits Component |
| C# |
|---|
public class NostalgiaComponent : Component |
| Visual C++ |
|---|
public ref class NostalgiaComponent : public Component |
| JavaScript |
|---|
Greatis.Nostalgia.NostalgiaComponent = function(); Type.createClass( 'Greatis.Nostalgia.NostalgiaComponent', Component); |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Greatis.Nostalgia..::.NostalgiaComponent
Greatis.Nostalgia..::.ClipboardMonitor
Greatis.Nostalgia..::.HotKeys
Greatis.Nostalgia..::.WindowInformation
Greatis.Nostalgia..::.WindowsShutdown
Greatis.Nostalgia..::.WinEvent
System..::.MarshalByRefObject
System.ComponentModel..::.Component
Greatis.Nostalgia..::.NostalgiaComponent
Greatis.Nostalgia..::.ClipboardMonitor
Greatis.Nostalgia..::.HotKeys
Greatis.Nostalgia..::.WindowInformation
Greatis.Nostalgia..::.WindowsShutdown
Greatis.Nostalgia..::.WinEvent