Method WindowsHook.Unhook
Overload
Removes the hook.
public void Unhook()
Remarks
Does nothing if already removed or wasn't set. Later you can call WindowsHook.Hook to set hook again. Note: call WindowsHook.Dispose instead if will not need to hook again.