Click or drag to resize

KryptonCheckBoxProcessMnemonic Method

Processes a mnemonic character.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override bool ProcessMnemonic(
	char charCode
)

Parameters

charCode  Char
The mnemonic character entered.

Return Value

Boolean
true if the mnemonic was processsed; otherwise, false.
See Also