Click or drag to resize

ViewContextMenuManagerKeyMnemonic Method

Handle key that could be interpreted as a mnemonic.

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 void KeyMnemonic(
	char charCode
)

Parameters

charCode  Char
Key code to test against.
See Also