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

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

공개 메소드들

메소드 설명
ComboBoxCellRenderer ( ) : System

Initializes a new instance of the ComboBoxCellRenderer class with default settings

보호된 메소드들

메소드 설명
OnPaint ( PaintCellEventArgs e ) : void

Raises the Paint event

메소드 상세

ComboBoxCellRenderer() 공개 메소드

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

OnPaint() 보호된 메소드

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