C# Class BatchGuy.App.ThirdParty.DataGridViewCheckBoxHeader.DataGridViewCheckBoxHeaderCell

Inheritance: System.Windows.Forms.DataGridViewColumnHeaderCell
Datei anzeigen Open project: yaboy58/BatchGuy

Public Methods

Method Description
DataGridViewCheckBoxHeaderCell ( ) : System

Protected Methods

Method Description
OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
Paint ( System graphics, System clipBounds, System cellBounds, int rowIndex, DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void

Method Details

DataGridViewCheckBoxHeaderCell() public method

public DataGridViewCheckBoxHeaderCell ( ) : System
return System

OnMouseClick() protected method

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

Paint() protected method

protected Paint ( System graphics, System clipBounds, System cellBounds, int rowIndex, DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
graphics System
clipBounds System
cellBounds System
rowIndex int
dataGridViewElementState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
return void