TemplateControlProcessDialogChar Method

This is overridden to keep mnemonic processing within the template so that the focus doesn't go to another row if past the control associated with the mnemonic.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool ProcessDialogChar(
	char charCode
)

Parameters

charCode  Char
The dialog character to process

Return Value

Boolean
True if handled, false if not

See Also