The HotKeys type exposes the following members.

Constructors

  NameDescription
HotKeys
Creates and initializes the object instance.

Methods

  NameDescription
CreateObjRef (Inherited from MarshalByRefObject.)
DisposeOverloaded.
Equals (Inherited from Object.)
Finalize (Inherited from Component.)
GetHashCode (Inherited from Object.)
GetLifetimeService (Inherited from MarshalByRefObject.)
GetService (Inherited from Component.)
GetType (Inherited from Object.)
InitializeLifetimeService (Inherited from MarshalByRefObject.)
MemberwiseCloneOverloaded.
OnHotKeyPressed
Called internally when hot key is pressed. By default just fires HotKeyPressed event.
RegisterKey
Registers new hot key.
ToString (Inherited from Component.)
UnregisterKey
Unregisters hot key.

Properties

  NameDescription
About
Shows version information and displays about box.
CanRaiseEvents (Inherited from Component.)
Container (Inherited from Component.)
DesignMode (Inherited from Component.)
Events (Inherited from Component.)
Site (Inherited from Component.)

Events

  NameDescription
Disposed (Inherited from Component.)
HotKeyPressed
Occurs when hot key is pressed.

See Also