C# Class XRefresh.FolderCellRenderer

Inheritance: GDITextCellRenderer
Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

Méthode Description
FolderCellRenderer ( ) : System

Initializes a new instance of the DropDownCellRenderer class with default settings

OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void

Raises the MouseDown event

OnMouseLeave ( XPTable.Events.CellMouseEventArgs e ) : void

Raises the MouseLeave event

OnMouseMove ( XPTable e ) : void

Raises the MouseMove event

OnMouseUp ( XPTable.Events.CellMouseEventArgs e ) : void

Raises the MouseUp event

OnPaintCell ( XPTable.Events.PaintCellEventArgs e ) : void

Raises the PaintCell event

Méthodes protégées

Méthode Description
CalcDropDownButtonBounds ( ) : Rectangle

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

GetDropDownRendererData ( Cell cell ) : XPTable.Renderers.DropDownRendererData

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

OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void
OnPaintBackground ( XPTable.Events.PaintCellEventArgs e ) : void

Paints the Cells background

Method Details

CalcDropDownButtonBounds() protected méthode

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

FolderCellRenderer() public méthode

Initializes a new instance of the DropDownCellRenderer class with default settings
public FolderCellRenderer ( ) : System
Résultat System

GetDropDownRendererData() protected méthode

Gets the DropDownRendererData specific data used by the Renderer from the specified Cell
protected GetDropDownRendererData ( Cell cell ) : XPTable.Renderers.DropDownRendererData
cell XPTable.Models.Cell The Cell to get the DropDownRendererData data for
Résultat XPTable.Renderers.DropDownRendererData

OnMouseDown() public méthode

Raises the MouseDown event
public OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void
e XPTable.Events.CellMouseEventArgs A CellMouseEventArgs that contains the event data
Résultat void

OnMouseLeave() public méthode

Raises the MouseLeave event
public OnMouseLeave ( XPTable.Events.CellMouseEventArgs e ) : void
e XPTable.Events.CellMouseEventArgs A CellMouseEventArgs that contains the event data
Résultat void

OnMouseMove() public méthode

Raises the MouseMove event
public OnMouseMove ( XPTable e ) : void
e XPTable A CellMouseEventArgs that contains the event data
Résultat void

OnMouseUp() public méthode

Raises the MouseUp event
public OnMouseUp ( XPTable.Events.CellMouseEventArgs e ) : void
e XPTable.Events.CellMouseEventArgs A CellMouseEventArgs that contains the event data
Résultat void

OnPaint() protected méthode

protected OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void
e XPTable.Events.PaintCellEventArgs
Résultat void

OnPaintBackground() protected méthode

Paints the Cells background
protected OnPaintBackground ( XPTable.Events.PaintCellEventArgs e ) : void
e XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Résultat void

OnPaintCell() public méthode

Raises the PaintCell event
public OnPaintCell ( XPTable.Events.PaintCellEventArgs e ) : void
e XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Résultat void