GlobalHook Class
Namespace: PCB_Investigator.PCBIControls.Ribbon.RibbonHelpersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public class GlobalHook : IDisposable
Public Class GlobalHook
Implements IDisposable
public ref class GlobalHook : IDisposable
type GlobalHook =
class
interface IDisposable
end
- Inheritance
- Object GlobalHook
- Implements
- IDisposable
| GlobalHook |
Creates a new Hook of the specified type
|
| Handle |
Gets the handle of the hook
|
| HookType |
Gets the type of this hook
|
| Dispose | Releases all resources used by the GlobalHook |
| 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
|