Click or drag to resize

ViewBaseKeyUp 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#
public virtual bool KeyUp(
	KeyEventArgs e
)

Parameters

e  KeyEventArgs
A KeyEventArgs that contains the event data.

Return Value

Boolean
True if capturing input; otherwise false.
See Also