DataListProcessMnemonic Method
This is overridden so that the current row gets a chance to process the mnemonic first
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool ProcessMnemonic(
char charCode
)
Protected Overrides Function ProcessMnemonic (
charCode As Char
) As Boolean
protected:
virtual bool ProcessMnemonic(
wchar_t charCode
) override
abstract ProcessMnemonic :
charCode : char -> bool
override ProcessMnemonic :
charCode : char -> bool
- charCode Char
- The character code to process as a mnemonic
BooleanTrue if the character code was processed as a mnemonic or false if it was not
The current row is given a chance to handle it first. If not handled, then the header and
footer controls (if any) are given a chance to process it.