C# Class SystemEx.Windows.Forms.ProcessingPanel

Inheritance: System.Windows.Forms.Panel
显示文件 Open project: pvginkel/SystemEx

Private Properties

Property Type Description
PaintStep void
PaintStep void
Start void
Stop void
Tick void
UpdateFromSize void

Public Methods

Method Description
ProcessingPanel ( ) : System
ProcessingPanel ( IContainer container ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
PaintStep ( ) : void
PaintStep ( Graphics g ) : void
Start ( ) : void
Stop ( ) : void
Tick ( object sender, EventArgs e ) : void
UpdateFromSize ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

ProcessingPanel() public method

public ProcessingPanel ( ) : System
return System

ProcessingPanel() public method

public ProcessingPanel ( IContainer container ) : System
container IContainer
return System

SetBoundsCore() protected method

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

WndProc() protected method

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