C# 클래스 CustomChrome.FormChrome

상속: FormComponent
파일 보기 프로젝트 열기: pvginkel/CustomChrome 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdateFormRegion void
UpdateWindowState void

공개 메소드들

메소드 설명
BeginUpdate ( ) : void
EndUpdate ( ) : void
FormChrome ( ) : System
FormChrome ( IContainer container ) : System
Invalidate ( ) : void
PaintNonClientArea ( ) : void
PointToClient ( Point location ) : Point

보호된 메소드들

메소드 설명
OnNonClientAreaPaint ( NonClientPaintEventArgs e ) : void
OnNonClientMouseDown ( NonClientMouseEventArgs e ) : void
OnNonClientMouseLeave ( EventArgs e ) : void
OnNonClientMouseMove ( MouseEventArgs e ) : void
OnNonClientMouseUp ( NonClientMouseEventArgs e ) : void
OnSystemCommand ( SystemCommandEventArgs e ) : void

비공개 메소드들

메소드 설명
UpdateFormRegion ( ) : void
UpdateWindowState ( ) : void

메소드 상세

BeginUpdate() 공개 메소드

public BeginUpdate ( ) : void
리턴 void

EndUpdate() 공개 메소드

public EndUpdate ( ) : void
리턴 void

FormChrome() 공개 메소드

public FormChrome ( ) : System
리턴 System

FormChrome() 공개 메소드

public FormChrome ( IContainer container ) : System
container IContainer
리턴 System

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

OnNonClientAreaPaint() 보호된 메소드

protected OnNonClientAreaPaint ( NonClientPaintEventArgs e ) : void
e NonClientPaintEventArgs
리턴 void

OnNonClientMouseDown() 보호된 메소드

protected OnNonClientMouseDown ( NonClientMouseEventArgs e ) : void
e NonClientMouseEventArgs
리턴 void

OnNonClientMouseLeave() 보호된 메소드

protected OnNonClientMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnNonClientMouseMove() 보호된 메소드

protected OnNonClientMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnNonClientMouseUp() 보호된 메소드

protected OnNonClientMouseUp ( NonClientMouseEventArgs e ) : void
e NonClientMouseEventArgs
리턴 void

OnSystemCommand() 보호된 메소드

protected OnSystemCommand ( SystemCommandEventArgs e ) : void
e SystemCommandEventArgs
리턴 void

PaintNonClientArea() 공개 메소드

public PaintNonClientArea ( ) : void
리턴 void

PointToClient() 공개 메소드

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