Click or drag to resize

KryptonRibbonGroupDomainUpDownOnKeyDown Method

Raises the KeyDown event.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnKeyDown(
	KeyEventArgs e
)

Parameters

e  KeyEventArgs
An KeyEventArgs containing the event data.
See Also