MultiColumnComboBoxEditingControlEditingControlWantsInputKey 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.

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool EditingControlWantsInputKey(
	Keys keyData,
	bool dataGridViewWantsInputKey
)

Parameters

keyData  Keys
The key that was pressed.
dataGridViewWantsInputKey  Boolean
True when the DataGridView wants to process the key; otherwise, false.

Return Value

Boolean
True if the specified key is a regular input key that should be handled by the editing control; otherwise, false.

Implements

IDataGridViewEditingControlEditingControlWantsInputKey(Keys, Boolean)

See Also