Class OTZMouseLLHook
Inheritance
System.Object
OTZMouseLLHook
アセンブリ: OTZControls.dll
Syntax
public class OTZMouseLLHook
メソッド
Hook()
宣言
HookProcedure(Int32, IntPtr, IntPtr)
宣言
public IntPtr HookProcedure(int nCode, IntPtr wParam, IntPtr lParam)
パラメーター
型 |
名前 |
説明 |
System.Int32 |
nCode |
|
IntPtr |
wParam |
|
IntPtr |
lParam |
|
戻り値
UnHook()
宣言
イベント
宣言
public event EventHandler<MouseEventArg>? LButtonDownEvent
Event Type
宣言
public event EventHandler<MouseEventArg>? LButtonUpEvent
Event Type
MouseMoveEvent
宣言
public event EventHandler<MouseEventArg>? MouseMoveEvent
Event Type
宣言
public event EventHandler<MouseEventArg>? RButtonDownEvent
Event Type
宣言
public event EventHandler<MouseEventArg>? RButtonUpEvent
Event Type