C# Class XRefresh.ProjectTypeCellRenderer

A CellRenderer that draws Cell contents as a ComboBox
Inheritance: XPTable.Renderers.ComboBoxCellRenderer
Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Méthode Description
OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void
ProjectTypeCellRenderer ( ) : System

Initializes a new instance of the ComboBoxCellRenderer class with default settings

Méthodes protégées

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

Method Details

CalcDropDownButtonBounds() protected méthode

protected CalcDropDownButtonBounds ( ) : Rectangle
Résultat System.Drawing.Rectangle

OnMouseDown() public méthode

public OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void
e XPTable.Events.CellMouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void
e XPTable.Events.PaintCellEventArgs
Résultat void

ProjectTypeCellRenderer() public méthode

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