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.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override bool ProcessDialogChar(
char charCode
)
Protected Overrides Function ProcessDialogChar (
charCode As Char
) As Boolean
protected:
virtual bool ProcessDialogChar(
wchar_t charCode
) override
abstract ProcessDialogChar :
charCode : char -> bool
override ProcessDialogChar :
charCode : char -> bool
- charCode Char
- The dialog character to process
BooleanTrue if handled, false if not