Click or drag to resize

KryptonContextMenuItemBaseProcessShortcut 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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract bool ProcessShortcut(
	Keys keyData
)

Parameters

keyData  Keys
Key data to check against shorcut definitions.

Return Value

Boolean
True if shortcut was handled, otherwise false.
See Also