C# 클래스 Tsukikage.WindowsUtil.WindowSubclassingMessageFilter

昔懐かしい方式でのウィンドウサブクラス化。
상속: IDisposable
파일 보기 프로젝트 열기: ttsuki/ttsuki 1 사용 예제들

공개 메소드들

메소드 설명
CallBaseWindowProc ( Message &m ) : void
Dispose ( ) : void
RegisterProc ( int msg, MessageProc proc ) : void
UnregisterProc ( int msg, MessageProc proc ) : void
WindowSubclassingMessageFilter ( IntPtr hWnd ) : System

비공개 메소드들

메소드 설명
WndProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr

메소드 상세

CallBaseWindowProc() 공개 메소드

public CallBaseWindowProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RegisterProc() 공개 메소드

public RegisterProc ( int msg, MessageProc proc ) : void
msg int
proc MessageProc
리턴 void

UnregisterProc() 공개 메소드

public UnregisterProc ( int msg, MessageProc proc ) : void
msg int
proc MessageProc
리턴 void

WindowSubclassingMessageFilter() 공개 메소드

public WindowSubclassingMessageFilter ( IntPtr hWnd ) : System
hWnd System.IntPtr
리턴 System