Click or drag to resize

KryptonContextMenuHeadingProcessShortcut 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
C#
public override bool ProcessShortcut(
	Keys keyData
)

Parameters

keyData
Type: System.Windows.FormsKeys
Key data to check against shorcut definitions.

Return Value

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