Метод | Описание | |
---|---|---|
ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void |
Changes the control's user interface (UI) to be consistent with the specified cell style.
|
|
EditingControlWantsInputKey ( Keys keyData, bool dataGridViewWantsInputKey ) : bool |
Determines whether the specified key is a regular input key that the editing control should process or a special key that the T:System.Windows.Forms.DataGridView should process.
|
|
GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object |
Retrieves the formatted value of the cell.
|
|
PrepareEditingControlForEdit ( bool selectAll ) : void |
Prepares the currently selected cell for editing.
|
Метод | Описание | |
---|---|---|
OnSelectedIndexChanged ( |
Raises the E:System.Windows.Forms.ComboBox.SelectedIndexChanged event.
|
public ApplyCellStyleToEditingControl ( System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
dataGridViewCellStyle | System.Windows.Forms.DataGridViewCellStyle | The |
Результат | void |
public EditingControlWantsInputKey ( Keys keyData, bool dataGridViewWantsInputKey ) : bool | ||
keyData | Keys | A |
dataGridViewWantsInputKey | bool | |
Результат | bool |
public GetEditingControlFormattedValue ( DataGridViewDataErrorContexts context ) : object | ||
context | DataGridViewDataErrorContexts | A bitwise combination of |
Результат | object |
protected OnSelectedIndexChanged ( |
||
e | An |
|
Результат | void |
public PrepareEditingControlForEdit ( bool selectAll ) : void | ||
selectAll | bool | |
Результат | void |