C# Класс GbdxTools.DataGridViewDisableCheckBoxCell

Наследование: System.Windows.Forms.DataGridViewCheckBoxCell
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void

Override the Paint method to show the disabled checked/unchecked datagridviewcheckboxcell.

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

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

public Clone ( ) : object
Результат object

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

public DataGridViewDisableCheckBoxCell ( ) : System.Drawing
Результат System.Drawing

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

Override the Paint method to show the disabled checked/unchecked datagridviewcheckboxcell.
protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates elementState, 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
elementState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
Результат void