C# 클래스 Zhwang.SuperNotifyIcon.MouseHook

Captures global mouse events
상속: Zhwang.SuperNotifyIcon.GlobalHook
파일 보기 프로젝트 열기: rzhw/SuperNotifyIcon 1 사용 예제들

공개 메소드들

메소드 설명
MouseHook ( ) : System

보호된 메소드들

메소드 설명
HookCallbackProcedure ( int nCode, int wParam, IntPtr lParam ) : int

비공개 메소드들

메소드 설명
GetButton ( Int32 wParam ) : MouseButtons
GetEventType ( Int32 wParam ) : MouseEventType

메소드 상세

HookCallbackProcedure() 보호된 메소드

protected HookCallbackProcedure ( int nCode, int wParam, IntPtr lParam ) : int
nCode int
wParam int
lParam System.IntPtr
리턴 int

MouseHook() 공개 메소드

public MouseHook ( ) : System
리턴 System