BaseComboBoxCellKeyEntersEditMode Method

Determines if edit mode should be started based on the given key

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override bool KeyEntersEditMode(
	KeyEventArgs e
)

Parameters

e  KeyEventArgs
The event arguments

Return Value

Boolean
True to enter edit mode, false to not enter edit mode

See Also