Méthode | Description | |
---|---|---|
PositionEditingPanel ( |
Méthode | Description | |
---|---|---|
BorderWidths ( System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle ) : |
||
GetValue ( int rowIndex ) : object | ||
OnDataGridViewChanged ( ) : void | ||
Paint ( |
||
SetValue ( int rowIndex, object value ) : bool |
Méthode | 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 | |
Résultat |
protected GetValue ( int rowIndex ) : object | ||
rowIndex | int | |
Résultat | object |
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 | |
Résultat | void |
public PositionEditingPanel ( |
||
cellBounds | ||
cellClip | ||
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
singleVerticalBorderAdded | bool | |
singleHorizontalBorderAdded | bool | |
isFirstDisplayedColumn | bool | |
isFirstDisplayedRow | bool | |
Résultat |
protected SetValue ( int rowIndex, object value ) : bool | ||
rowIndex | int | |
value | object | |
Résultat | bool |