C# Class AdvancedDataGridView.TreeGridCell

Summary description for TreeGridCell.
Inheritance: System.Windows.Forms.DataGridViewTextBoxCell
Afficher le fichier Open project: swax/CodePerspective Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
TreeGridCell ( ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
OnMouseUp ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
Sited ( ) : void
UnSited ( ) : void
UpdateStyle ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

OnMouseDown() protected méthode

protected OnMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
Résultat void

Paint() protected méthode

protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
graphics System.Drawing.Graphics
clipBounds System.Drawing.Rectangle
cellBounds System.Drawing.Rectangle
rowIndex int
cellState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
Résultat void

Sited() protected méthode

protected Sited ( ) : void
Résultat void

TreeGridCell() public méthode

public TreeGridCell ( ) : System
Résultat System

UnSited() protected méthode

protected UnSited ( ) : void
Résultat void

UpdateStyle() protected méthode

protected UpdateStyle ( ) : void
Résultat void