C# 클래스 ZForge.Controls.XPTable.Renderers.ProgressBarCellRenderer

A CellRenderer that draws Cell contents as a ProgressBar
상속: CellRenderer
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
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