DataListProcessMnemonic 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: 2023.4.9.0
protected override bool ProcessMnemonic(
	char charCode
)

Parameters

charCode  Char
The character code to process as a mnemonic

Return Value

Boolean
True 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.

See Also