UserControlComboBoxEditingControlEditingControlWantsInputKey Method
This determines whether the specified key is a regular input key that the editing control should
process or a special key that the
DataGridView should process.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool EditingControlWantsInputKey(
Keys keyData,
bool dataGridViewWantsInputKey
)
Public Function EditingControlWantsInputKey (
keyData As Keys,
dataGridViewWantsInputKey As Boolean
) As Boolean
public:
virtual bool EditingControlWantsInputKey(
Keys keyData,
bool dataGridViewWantsInputKey
) sealed
abstract EditingControlWantsInputKey :
keyData : Keys *
dataGridViewWantsInputKey : bool -> bool
override EditingControlWantsInputKey :
keyData : Keys *
dataGridViewWantsInputKey : bool -> bool
- keyData Keys
- The key that was pressed.
- dataGridViewWantsInputKey Boolean
- True when the DataGridView wants to process the
key; otherwise, false.
BooleanTrue if the specified key is a regular input key that should be handled by the editing
control; otherwise, false.
IDataGridViewEditingControlEditingControlWantsInputKey(Keys, Boolean)