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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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.