BaseComboBoxIsInputChar Method

This is overridden so that in DropDownList mode, we get to handle all input characters for auto-completion.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool IsInputChar(
	char charCode
)

Parameters

charCode  Char
The character code to check

Return Value

Boolean
True if it's an input character, false if not.

See Also