Click or drag to resize

IContextMenuTargetMatchMnemonic Method

Determine if the keys value matches the mnemonic setting for this target.

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#
bool MatchMnemonic(
	char charCode
)

Parameters

charCode  Char
Key code to test against.

Return Value

Boolean
True if a match is found; otherwise false.
See Also