C# 클래스 CustomChrome.ChromeManager

상속: System.Windows.Forms.NativeWindow
파일 보기 프로젝트 열기: pvginkel/CustomChrome

공개 메소드들

메소드 설명
ChromeManager ( Form form, FormChrome chrome ) : System
CreateHandle ( CreateParams cp ) : void
GetBorderThickness ( ) : Padding
PaintNonClientArea ( ) : void
PointToClient ( Point screenPoint ) : Point

보호된 메소드들

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

비공개 메소드들

메소드 설명
CalculateHitTest ( Point location ) : NonClientHitTest
CalculateNonClientAreaSize ( Rectangle &bounds ) : void
InitializeForm ( ) : void
PaintNonClientArea ( IntPtr hWnd, IntPtr hRgn ) : void
WmEraseBkgnd ( Message &m ) : void
WmNCActivate ( Message &msg ) : void
WmNCCalcSize ( Message &m ) : void
WmNCHitTest ( Message &m ) : void
WmNCLButtonDown ( Message &msg ) : void
WmNCLButtonUp ( Message &msg ) : void
WmNCMouseLeave ( Message &m ) : void
WmNCMouseMove ( Message &msg ) : void
WmNCPaint ( Message &msg ) : void
WmSetText ( Message &msg ) : void
WmSysCommand ( Message &m ) : void
WmWindowPosChanged ( Message &m ) : void
WmWindowPosChanging ( Message &m ) : void
form_HandleCreated ( object sender, EventArgs e ) : void
form_HandleDestroyed ( object sender, EventArgs e ) : void

메소드 상세

ChromeManager() 공개 메소드

public ChromeManager ( Form form, FormChrome chrome ) : System
form System.Windows.Forms.Form
chrome FormChrome
리턴 System

CreateHandle() 공개 메소드

public CreateHandle ( CreateParams cp ) : void
cp System.Windows.Forms.CreateParams
리턴 void

GetBorderThickness() 공개 메소드

public GetBorderThickness ( ) : Padding
리턴 Padding

PaintNonClientArea() 공개 메소드

public PaintNonClientArea ( ) : void
리턴 void

PointToClient() 공개 메소드

public PointToClient ( Point screenPoint ) : Point
screenPoint Point
리턴 Point

WndProc() 보호된 메소드

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