GlobalHook Class

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon.RibbonHelpers
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class GlobalHook : IDisposable
Inheritance
Object    GlobalHook
Implements
IDisposable

Constructors

GlobalHook Creates a new Hook of the specified type

Properties

Handle Gets the handle of the hook
HookType Gets the type of this hook

Methods

DisposeReleases all resources used by the GlobalHook

Events

KeyDown Occours when a key is pressed
KeyPress Occours when a key is pressed
KeyUp Occours when a key is released
MouseClick Occours when the hook captures a mouse click
MouseDoubleClick Occours when the hook captures a mouse double click
MouseDown Occours when the hook captures the press of a mouse button
MouseMove Occours when the hook captures the mouse moving over the screen
MouseUp Occours when the hook captures the release of a mouse button
MouseWheel Occours when the hook captures the mouse wheel

See Also