Base Combo BoxIs Input Char 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: 2024.12.31.0
True if it's an input character, false if not.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override bool IsInputChar(
char charCode
)VB
Protected Overrides Function IsInputChar (
charCode As Char
) As BooleanC++
protected:
virtual bool IsInputChar(
wchar_t charCode
) overrideF#
abstract IsInputChar :
charCode : char -> bool
override IsInputChar :
charCode : char -> bool Parameters
- charCode Char
- The character code to check
Return Value
BooleanTrue if it's an input character, false if not.