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

A CellRenderer that draws Cell contents as a ComboBox
Inheritance: DropDownCellRenderer
Mostrar archivo Open project: zhuangyy/Motion

Public Methods

Method Description
ComboBoxCellRenderer ( ) : System

Initializes a new instance of the ComboBoxCellRenderer class with default settings

Protected Methods

Method Description
OnPaint ( PaintCellEventArgs e ) : void

Raises the Paint event

Method Details

ComboBoxCellRenderer() public method

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

OnPaint() protected method

Raises the Paint event
protected OnPaint ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
return void