[This is preliminary documentation and is subject to change.]
CTor with possibility of immediate hook activation
Namespace: Tools.DevicesTAssembly: 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
| Exception | Condition |
|---|---|
| Tools.API..::..Win32APIException | An error ocured while obtaining the hook. |