KryptonContextMenuCheckBoxProcessShortcut Method |
Test for the provided shortcut and perform relevant action if a match is found.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override bool ProcessShortcut(
Keys keyData
)
Parameters
- keyData Keys
- Key data to check against shorcut definitions.
Return Value
BooleanTrue if shortcut was handled, otherwise false.
See Also