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

CTor with possibility of immediate hook activation

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

Syntax

C#
public LowLevelMouseHook(
	bool RegisterImmediatelly
)
Visual Basic
Public Sub New ( _
	RegisterImmediatelly As Boolean _
)
Visual C++
public:
LowLevelMouseHook(
	bool RegisterImmediatelly
)
F#
new : 
        RegisterImmediatelly:bool -> LowLevelMouseHook
JScript
public function LowLevelMouseHook(
	RegisterImmediatelly : boolean
)

Parameters

RegisterImmediatelly
Type: System..::..Boolean
True to register hook immediatelly

Exceptions

ExceptionCondition
Tools.API..::..Win32APIExceptionAn error ocured while obtaining the hook.

See Also