C# 클래스 CustomChrome.DropShadowManager

상속: System.Windows.Forms.NativeWindow, IDisposable
파일 보기 프로젝트 열기: pvginkel/CustomChrome 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
DropShadowManager ( Form form ) : System
Synchronize ( ) : void

보호된 메소드들

메소드 설명
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
InitializeForm ( ) : void
Synchronize ( Rectangle bounds ) : void
form_HandleCreated ( object sender, EventArgs e ) : void
form_HandleDestroyed ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DropShadowManager() 공개 메소드

public DropShadowManager ( Form form ) : System
form System.Windows.Forms.Form
리턴 System

Synchronize() 공개 메소드

public Synchronize ( ) : void
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void