C# Class GbdxTools.DataGridViewDisableCheckBoxCell

Inheritance: System.Windows.Forms.DataGridViewCheckBoxCell
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
DataGridViewDisableCheckBoxCell ( ) : System.Drawing

Méthodes protégées

Méthode Description
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.

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

DataGridViewDisableCheckBoxCell() public méthode

public DataGridViewDisableCheckBoxCell ( ) : System.Drawing
Résultat System.Drawing

Paint() protected méthode

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
Résultat void