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 bool MatchMnemonic(
char charCode
)
Parameters
- charCode
- Type: SystemChar
Key code to test against.
Return Value
Type:
BooleanTrue if a match is found; otherwise false.
See Also