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

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

Méthodes publiques

Méthode Description
ComboBoxCellRenderer ( ) : System

Initializes a new instance of the ComboBoxCellRenderer class with default settings

Méthodes protégées

Méthode Description
OnPaint ( PaintCellEventArgs e ) : void

Raises the Paint event

Method Details

ComboBoxCellRenderer() public méthode

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

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