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

Base class for CellRenderers that Cell contents like ComboBoxes
상속: CellRenderer
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
OnMouseDown ( CellMouseEventArgs e ) : void

Raises the MouseDown event

OnMouseLeave ( CellMouseEventArgs e ) : void

Raises the MouseLeave event

OnMouseMove ( XPTable e ) : void

Raises the MouseMove event

OnMouseUp ( CellMouseEventArgs e ) : void

Raises the MouseUp event

OnPaintCell ( PaintCellEventArgs e ) : void

Raises the PaintCell event

보호된 메소드들

메소드 설명
CalcDropDownButtonBounds ( ) : Rectangle

Gets the Rectangle that specifies the Size and Location of the current Cell's dropdown button

DropDownCellRenderer ( ) : System

Initializes a new instance of the DropDownCellRenderer class with default settings

GetDropDownRendererData ( Cell cell ) : DropDownRendererData

Gets the DropDownRendererData specific data used by the Renderer from the specified Cell

OnPaintBackground ( PaintCellEventArgs e ) : void

Paints the Cells background

메소드 상세

CalcDropDownButtonBounds() 보호된 메소드

Gets the Rectangle that specifies the Size and Location of the current Cell's dropdown button
protected CalcDropDownButtonBounds ( ) : Rectangle
리턴 System.Drawing.Rectangle

DropDownCellRenderer() 보호된 메소드

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

GetDropDownRendererData() 보호된 메소드

Gets the DropDownRendererData specific data used by the Renderer from the specified Cell
protected GetDropDownRendererData ( Cell cell ) : DropDownRendererData
cell ZForge.Controls.XPTable.Models.Cell The Cell to get the DropDownRendererData data for
리턴 DropDownRendererData

OnMouseDown() 공개 메소드

Raises the MouseDown event
public OnMouseDown ( CellMouseEventArgs e ) : void
e ZForge.Controls.XPTable.Events.CellMouseEventArgs A CellMouseEventArgs that contains the event data
리턴 void

OnMouseLeave() 공개 메소드

Raises the MouseLeave event
public OnMouseLeave ( CellMouseEventArgs e ) : void
e ZForge.Controls.XPTable.Events.CellMouseEventArgs A CellMouseEventArgs that contains the event data
리턴 void

OnMouseMove() 공개 메소드

Raises the MouseMove event
public OnMouseMove ( XPTable e ) : void
e XPTable A CellMouseEventArgs that contains the event data
리턴 void

OnMouseUp() 공개 메소드

Raises the MouseUp event
public OnMouseUp ( CellMouseEventArgs e ) : void
e ZForge.Controls.XPTable.Events.CellMouseEventArgs A CellMouseEventArgs that contains the event data
리턴 void

OnPaintBackground() 보호된 메소드

Paints the Cells background
protected OnPaintBackground ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
리턴 void

OnPaintCell() 공개 메소드

Raises the PaintCell event
public OnPaintCell ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
리턴 void