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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
bool MatchMnemonic(
	char charCode
)

Parameters

charCode
Type: SystemChar
Key code to test against.

Return Value

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