C# Class XRefresh.GDIImageCellRenderer

Inheritance: XPTable.Renderers.ImageCellRenderer
Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

Méthode Description
GDIImageCellRenderer ( ) : System

Initializes a new instance of the TextCellRenderer class with default settings

Méthodes protégées

Méthode Description
OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void

Raises the Paint event

Method Details

GDIImageCellRenderer() public méthode

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

OnPaint() protected méthode

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