BaseComboBoxHandleKeys Method

This is used to handle key presses for the textbox and for the combo box control in all drop-down styles.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected bool HandleKeys(
	Keys key
)

Parameters

key  Keys
The key to process

Return Value

Boolean
True if handled, false if not

See Also