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

A CellRenderer that draws Cell contents as controls
Наследование: CellRenderer
Показать файл Открыть проект

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

Метод Описание
ControlCellRenderer ( ) : System

Initializes a new instance of the ControlCellRenderer class with default settings

OnPaintCell ( PaintCellEventArgs e ) : void

Raises the PaintCell event

Защищенные методы

Метод Описание
CalcControlRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : Rectangle

Gets the Rectangle that specifies the Size and Location of the control contained in the current Cell

GetControlRendererData ( Cell cell ) : ControlRendererData

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

OnPaint ( PaintCellEventArgs e ) : void

Raises the Paint event

OnPaintBackground ( PaintCellEventArgs e ) : void

We don't want any background.

Описание методов

CalcControlRect() защищенный Метод

Gets the Rectangle that specifies the Size and Location of the control contained in the current Cell
protected CalcControlRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : Rectangle
rowAlignment RowAlignment
columnAlignment ColumnAlignment
Результат System.Drawing.Rectangle

ControlCellRenderer() публичный Метод

Initializes a new instance of the ControlCellRenderer class with default settings
public ControlCellRenderer ( ) : System
Результат System

GetControlRendererData() защищенный Метод

Gets the ControlRendererData specific data used by the Renderer from the specified Cell
protected GetControlRendererData ( Cell cell ) : ControlRendererData
cell ZForge.Controls.XPTable.Models.Cell
Результат ControlRendererData

OnPaint() защищенный Метод

Raises the Paint event
protected OnPaint ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Результат void

OnPaintBackground() защищенный Метод

We don't want any background.
protected OnPaintBackground ( PaintCellEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintCellEventArgs
Результат 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