C# Класс GBD.DataGridViewCheckBoxHeaderCell

The data grid view check box header cell.
Наследование: System.Windows.Forms.DataGridViewColumnHeaderCell
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
isChecked bool

Открытые методы

Метод Описание
DataGridViewCheckBoxHeaderCell ( ) : System.Drawing

Initializes a new instance of the DataGridViewCheckBoxHeaderCell class.

Защищенные методы

Метод Описание
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.

Описание методов

DataGridViewCheckBoxHeaderCell() публичный Метод

Initializes a new instance of the DataGridViewCheckBoxHeaderCell class.
public DataGridViewCheckBoxHeaderCell ( ) : System.Drawing
Результат System.Drawing

OnMouseClick() защищенный Метод

The on mouse click.
protected OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs /// The e. ///
Результат void

Paint() защищенный Метод

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. ///
Результат void

Описание свойств

isChecked публичное свойство

The _checked.
public bool isChecked
Результат bool