Method | Description | |
---|---|---|
DataGridViewImageCellEx ( ) : System | ||
DataGridViewImageCellEx ( bool valueIsIcon ) : System | ||
PositionEditingPanel ( |
Method | Description | |
---|---|---|
BorderWidths ( System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle ) : |
||
GetValue ( int rowIndex ) : object | ||
OnDataGridViewChanged ( ) : void | ||
Paint ( |
||
SetValue ( int rowIndex, object value ) : bool |
Method | Description | |
---|---|---|
CellsRegionContainsSelectedCell ( int columnIndex, int rowIndex, int columnSpan, int rowSpan ) : bool | ||
NativeBorderWidths ( System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle ) : |
||
NativePaint ( |
||
SetSpan ( int columnSpan, int rowSpan ) : void |
protected BorderWidths ( System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle ) : |
||
advancedBorderStyle | System.Windows.Forms.DataGridViewAdvancedBorderStyle | |
return |
public DataGridViewImageCellEx ( bool valueIsIcon ) : System | ||
valueIsIcon | bool | |
return | System |
protected Paint ( |
||
graphics | ||
clipBounds | ||
cellBounds | ||
rowIndex | int | |
cellState | DataGridViewElementStates | |
value | object | |
formattedValue | object | |
errorText | string | |
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
advancedBorderStyle | System.Windows.Forms.DataGridViewAdvancedBorderStyle | |
paintParts | DataGridViewPaintParts | |
return | void |
public PositionEditingPanel ( |
||
cellBounds | ||
cellClip | ||
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
singleVerticalBorderAdded | bool | |
singleHorizontalBorderAdded | bool | |
isFirstDisplayedColumn | bool | |
isFirstDisplayedRow | bool | |
return |
protected SetValue ( int rowIndex, object value ) : bool | ||
rowIndex | int | |
value | object | |
return | bool |