C# Class XRefresh.MaskCellRenderer

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

Méthodes publiques

Méthode Description
MaskCellRenderer ( ImageList images ) : System

Initializes a new instance of the TextCellRenderer class with default settings

OnKeyDown ( XPTable.Events.CellKeyEventArgs e ) : void
OnKeyUp ( XPTable.Events.CellKeyEventArgs e ) : void
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

Méthodes protégées

Méthode Description
GetCheckBoxRendererData ( Cell cell ) : XPTable.Renderers.CheckBoxRendererData
OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void

Raises the Paint event

Private Methods

Méthode Description
CalcCheckRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : Rectangle
CalcCheckRectangle ( ) : Rectangle

Method Details

GetCheckBoxRendererData() protected méthode

protected GetCheckBoxRendererData ( Cell cell ) : XPTable.Renderers.CheckBoxRendererData
cell XPTable.Models.Cell
Résultat XPTable.Renderers.CheckBoxRendererData

MaskCellRenderer() public méthode

Initializes a new instance of the TextCellRenderer class with default settings
public MaskCellRenderer ( ImageList images ) : System
images System.Windows.Forms.ImageList
Résultat System

OnKeyDown() public méthode

public OnKeyDown ( XPTable.Events.CellKeyEventArgs e ) : void
e XPTable.Events.CellKeyEventArgs
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( XPTable.Events.CellKeyEventArgs e ) : void
e XPTable.Events.CellKeyEventArgs
Résultat void

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

Raises the Paint event
protected OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void
e XPTable.Events.PaintCellEventArgs A PaintCellEventArgs that contains the event data
Résultat void