C# Класс ZForge.Controls.XPTable.Renderers.ProgressBarCellRenderer

A CellRenderer that draws Cell contents as a ProgressBar
Наследование: CellRenderer
Показать файл Открыть проект

Открытые методы

Метод Описание
OnPaintCell ( PaintCellEventArgs e ) : void

Raises the PaintCell event

ProgressBarCellRenderer ( ) : System

Initializes a new instance of the ProgressBarCellRenderer class with default settings

Защищенные методы

Метод Описание
OnPaint ( PaintCellEventArgs e ) : void

Raises the Paint event

OnPaintBackground ( PaintCellEventArgs e ) : void

Raises the PaintBackground event

Описание методов

OnPaint() защищенный Метод

Raises the Paint event
protected OnPaint ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Результат void

OnPaintBackground() защищенный Метод

Raises the PaintBackground event
protected OnPaintBackground ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Результат void

OnPaintCell() публичный Метод

Raises the PaintCell event
public OnPaintCell ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Результат void

ProgressBarCellRenderer() публичный Метод

Initializes a new instance of the ProgressBarCellRenderer class with default settings
public ProgressBarCellRenderer ( ) : System
Результат System