Click or drag to resize

IKeyControllerKeyUp Method

Key has been released.

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#
bool KeyUp(
	Control c,
	KeyEventArgs e
)

Parameters

c  Control
Reference to the source control instance.
e  KeyEventArgs
A KeyEventArgs that contains the event data.

Return Value

Boolean
True if capturing input; otherwise false.
See Also