[This is preliminary documentation and is subject to change.]

Register low-level mouse hook with ecents fired in it's own thread

Namespace: Tools.DevicesT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public static LowLevelMouseHook GetAsyncLowLevelHook()
Visual Basic
Public Shared Function GetAsyncLowLevelHook As LowLevelMouseHook
Visual C++
public:
static LowLevelMouseHook^ GetAsyncLowLevelHook()
F#
static member GetAsyncLowLevelHook : unit -> LowLevelMouseHook 
JScript
public static function GetAsyncLowLevelHook() : LowLevelMouseHook

Return Value

LowLevelKeyboardHook class instance ready to fire low-level mouse hook events in different thread than calling thread

See Also