Click or drag to resize

KryptonButtonProcessMnemonic Method

Processes a mnemonic character.

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

Parameters

charCode
Type: SystemChar
The mnemonic character entered.

Return Value

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