C# 클래스 NekoKun.UI.NativeBorder
파일 보기
프로젝트 열기: NekoProject/NekoKun
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
NativeBorder ( Control con, int msg ) : System |
|
|
NativeBorder ( Control con, int msg, bool before, bool after ) : System |
|
|
보호된 메소드들
메소드 |
설명 |
|
WndProc ( Message &m ) : void |
|
|
메소드 상세
public NativeBorder ( Control con, int msg ) : System |
con |
System.Windows.Forms.Control |
|
msg |
int |
|
리턴 |
System |
|
public NativeBorder ( Control con, int msg, bool before, bool after ) : System |
con |
System.Windows.Forms.Control |
|
msg |
int |
|
before |
bool |
|
after |
bool |
|
리턴 |
System |
|
protected WndProc ( Message &m ) : void |
m |
System.Windows.Forms.Message |
|
리턴 |
void |
|