Template ControlProcess Dialog Char 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: 2024.12.31.0
True if handled, false if not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override bool ProcessDialogChar(
char charCode
)VB
Protected Overrides Function ProcessDialogChar (
charCode As Char
) As BooleanC++
protected:
virtual bool ProcessDialogChar(
wchar_t charCode
) overrideF#
abstract ProcessDialogChar :
charCode : char -> bool
override ProcessDialogChar :
charCode : char -> bool Parameters
- charCode Char
- The dialog character to process
Return Value
BooleanTrue if handled, false if not