IContextMenuTargetMatchMnemonic Method |
Determine if the keys value matches the mnemonic setting for this target.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool MatchMnemonic(
char charCode
)
Parameters
- charCode Char
- Key code to test against.
Return Value
BooleanTrue if a match is found; otherwise false.
See Also