Data ListProcess Mnemonic Method
This is overridden so that the current row gets a chance to process the mnemonic first
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if the character code was processed as a mnemonic or false if it was not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override bool ProcessMnemonic(
char charCode
)VB
Protected Overrides Function ProcessMnemonic (
charCode As Char
) As BooleanC++
protected:
virtual bool ProcessMnemonic(
wchar_t charCode
) overrideF#
abstract ProcessMnemonic :
charCode : char -> bool
override ProcessMnemonic :
charCode : char -> bool Parameters
- charCode Char
- The character code to process as a mnemonic
Return Value
BooleanTrue if the character code was processed as a mnemonic or false if it was not
Remarks
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.