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

A CellRenderer that draws Cell contents as a ProgressBar
Inheritance: CellRenderer
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
OnPaintCell ( PaintCellEventArgs e ) : void

Raises the PaintCell event

ProgressBarCellRenderer ( ) : System

Initializes a new instance of the ProgressBarCellRenderer class with default settings

Méthodes protégées

Méthode Description
OnPaint ( PaintCellEventArgs e ) : void

Raises the Paint event

OnPaintBackground ( PaintCellEventArgs e ) : void

Raises the PaintBackground event

Method Details

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

OnPaintCell() public méthode

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

ProgressBarCellRenderer() public méthode

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