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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void KeyMnemonic(
	char charCode
)

Parameters

charCode
Type: SystemChar
Key code to test against.
See Also