C# Class AdvancedDataGridView.TreeGridCell

Summary description for TreeGridCell.
Inheritance: System.Windows.Forms.DataGridViewTextBoxCell
Show file Open project: swax/CodePerspective Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
TreeGridCell ( ) : System

Protected Methods

Method 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 method

public Clone ( ) : object
return object

OnMouseDown() protected method

protected OnMouseDown ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
return void

Paint() protected method

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
return void

Sited() protected method

protected Sited ( ) : void
return void

TreeGridCell() public method

public TreeGridCell ( ) : System
return System

UnSited() protected method

protected UnSited ( ) : void
return void

UpdateStyle() protected method

protected UpdateStyle ( ) : void
return void