KryptonContextMenuItemCollectionProcessShortcut Method |
Test for the provided shortcut and perform relevant action if a match is found.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool ProcessShortcut(
Keys keyData
)
Parameters
- keyData
- Type: System.Windows.FormsKeys
Key data to check against shorcut definitions.
Return Value
Type:
BooleanTrue if shortcut was handled, otherwise false.
See Also