Метод | Описание | |
---|---|---|
DataGridViewImageComboBoxColumnCell ( ) : System |
Initializes a new instance of DataGridViewImageComboBoxColumnCell.
|
|
InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void |
Attaches and initializes the hosted editing control.
|
|
ParseFormattedValue ( object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, |
Gets the parsed value of the cell's formatted value.
|
Метод | Описание | |
---|---|---|
GetFormattedValue ( object value, int rowIndex, System.Windows.Forms.DataGridViewCellStyle &cellStyle, |
Gets the formatted value of the cell's data.
|
|
Paint ( |
Paints the current DataGridViewImageComboBoxColumnCell.
|
public DataGridViewImageComboBoxColumnCell ( ) : System | ||
Результат | System |
protected GetFormattedValue ( object value, int rowIndex, System.Windows.Forms.DataGridViewCellStyle &cellStyle, |
||
value | object | The value to be formatted. |
rowIndex | int | The index of the cell's parent row. |
cellStyle | System.Windows.Forms.DataGridViewCellStyle | The |
valueTypeConverter | A |
|
formattedValueTypeConverter | A |
|
context | DataGridViewDataErrorContexts | A bitwise combination of |
Результат | object |
public InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
rowIndex | int | The index of the cell's parent row. |
initialFormattedValue | object | The initial value to be displayed in the control. |
dataGridViewCellStyle | System.Windows.Forms.DataGridViewCellStyle | A |
Результат | void |
protected Paint ( |
||
graphics | The |
|
clipBounds | A |
|
cellBounds | A |
|
rowIndex | int | The row index of the cell that is being painted. |
elementState | DataGridViewElementStates | A bitwise combination of |
value | object | The data of the cell that is being painted. |
formattedValue | object | The formatted data of the cell that is being painted. |
errorText | string | An error message that is associated with the cell. |
cellStyle | System.Windows.Forms.DataGridViewCellStyle | A |
advancedBorderStyle | System.Windows.Forms.DataGridViewAdvancedBorderStyle | A |
paintParts | DataGridViewPaintParts | A bitwise combination of the |
Результат | void |
public ParseFormattedValue ( object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, |
||
formattedValue | object | The display value of the cell. |
cellStyle | System.Windows.Forms.DataGridViewCellStyle | The |
formattedValueTypeConverter | A |
|
valueTypeConverter | A |
|
Результат | object |