BaseComboBoxIsInputChar Method
This is overridden so that in DropDownList mode, we get to handle all input characters for
auto-completion.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool IsInputChar(
char charCode
)
Protected Overrides Function IsInputChar (
charCode As Char
) As Boolean
protected:
virtual bool IsInputChar(
wchar_t charCode
) override
abstract IsInputChar :
charCode : char -> bool
override IsInputChar :
charCode : char -> bool
- charCode Char
- The character code to check
BooleanTrue if it's an input character, false if not.