Property | Type | Description | |
---|---|---|---|
isChecked | bool |
Method | Description | |
---|---|---|
DataGridViewCheckBoxHeaderCell ( ) : System.Drawing |
Initializes a new instance of the DataGridViewCheckBoxHeaderCell class.
|
Method | Description | |
---|---|---|
OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void |
The on mouse click.
|
|
Paint ( |
The paint.
|
public DataGridViewCheckBoxHeaderCell ( ) : System.Drawing | ||
return | System.Drawing |
protected OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void | ||
e | System.Windows.Forms.DataGridViewCellMouseEventArgs | /// The e. /// |
return | void |
protected Paint ( |
||
graphics | /// The graphics. /// | |
clipBounds | /// The clip bounds. /// | |
cellBounds | /// The cell bounds. /// | |
rowIndex | int | /// The row index. /// |
dataGridViewElementState | DataGridViewElementStates | /// The data grid view element state. /// |
value | object | /// The value. /// |
formattedValue | object | /// The formatted value. /// |
errorText | string | /// The error text. /// |
cellStyle | System.Windows.Forms.DataGridViewCellStyle | /// The cell style. /// |
advancedBorderStyle | System.Windows.Forms.DataGridViewAdvancedBorderStyle | /// The advanced border style. /// |
paintParts | DataGridViewPaintParts | /// The paint parts. /// |
return | void |