C# 클래스 XRefresh.ProjectTypeCellRenderer

A CellRenderer that draws Cell contents as a ComboBox
상속: XPTable.Renderers.ComboBoxCellRenderer
파일 보기 프로젝트 열기: binaryage/xrefresh 1 사용 예제들

공개 메소드들

메소드 설명
OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void
ProjectTypeCellRenderer ( ) : System

Initializes a new instance of the ComboBoxCellRenderer class with default settings

보호된 메소드들

메소드 설명
CalcDropDownButtonBounds ( ) : Rectangle
OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void

메소드 상세

CalcDropDownButtonBounds() 보호된 메소드

protected CalcDropDownButtonBounds ( ) : Rectangle
리턴 System.Drawing.Rectangle

OnMouseDown() 공개 메소드

public OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void
e XPTable.Events.CellMouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void
e XPTable.Events.PaintCellEventArgs
리턴 void

ProjectTypeCellRenderer() 공개 메소드

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