C# 클래스 SystemEx.Windows.Forms.ProcessingPanel

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

Private Properties

프로퍼티 타입 설명
PaintStep void
PaintStep void
Start void
Stop void
Tick void
UpdateFromSize void

공개 메소드들

메소드 설명
ProcessingPanel ( ) : System
ProcessingPanel ( IContainer container ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
PaintStep ( ) : void
PaintStep ( Graphics g ) : void
Start ( ) : void
Stop ( ) : void
Tick ( object sender, EventArgs e ) : void
UpdateFromSize ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ProcessingPanel() 공개 메소드

public ProcessingPanel ( ) : System
리턴 System

ProcessingPanel() 공개 메소드

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

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void

WndProc() 보호된 메소드

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