C# Class ZForge.Controls.XPTable.Renderers.ProgressBarCellRenderer

A CellRenderer that draws Cell contents as a ProgressBar
Inheritance: CellRenderer
Exibir arquivo Open project: zhuangyy/Motion

Public Methods

Method Description
OnPaintCell ( PaintCellEventArgs e ) : void

Raises the PaintCell event

ProgressBarCellRenderer ( ) : System

Initializes a new instance of the ProgressBarCellRenderer class with default settings

Protected Methods

Method Description
OnPaint ( PaintCellEventArgs e ) : void

Raises the Paint event

OnPaintBackground ( PaintCellEventArgs e ) : void

Raises the PaintBackground event

Method Details

OnPaint() protected method

Raises the Paint event
protected OnPaint ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
return void

OnPaintBackground() protected method

Raises the PaintBackground event
protected OnPaintBackground ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
return void

OnPaintCell() public method

Raises the PaintCell event
public OnPaintCell ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
return void

ProgressBarCellRenderer() public method

Initializes a new instance of the ProgressBarCellRenderer class with default settings
public ProgressBarCellRenderer ( ) : System
return System