C# Класс ZForge.Controls.XPTable.Renderers.DropDownCellRenderer

Base class for CellRenderers that Cell contents like ComboBoxes
Наследование: CellRenderer
Показать файл Открыть проект

Открытые методы

Метод Описание
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