C# Class GBD.DataGridViewCheckBoxHeaderCell

The data grid view check box header cell.
Inheritance: System.Windows.Forms.DataGridViewColumnHeaderCell
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Méthodes publiques

Свойство Type Description
isChecked bool

Méthodes publiques

Méthode Description
DataGridViewCheckBoxHeaderCell ( ) : System.Drawing

Initializes a new instance of the DataGridViewCheckBoxHeaderCell class.

Méthodes protégées

Méthode Description
OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void

The on mouse click.

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

The paint.

Method Details

DataGridViewCheckBoxHeaderCell() public méthode

Initializes a new instance of the DataGridViewCheckBoxHeaderCell class.
public DataGridViewCheckBoxHeaderCell ( ) : System.Drawing
Résultat System.Drawing

OnMouseClick() protected méthode

The on mouse click.
protected OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs /// The e. ///
Résultat void

Paint() protected méthode

The paint.
protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle 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.Drawing.Graphics /// The graphics. ///
clipBounds System.Drawing.Rectangle /// The clip bounds. ///
cellBounds System.Drawing.Rectangle /// 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. ///
Résultat void

Property Details

isChecked public_oe property

The _checked.
public bool isChecked
Résultat bool