Click or drag to resize

TrackBarControllerKeyUp Method

Key has been released.

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

Parameters

c
Type: System.Windows.FormsControl
Reference to the source control instance.
e
Type: System.Windows.FormsKeyEventArgs
A KeyEventArgs that contains the event data.

Return Value

Type: Boolean
True if capturing input; otherwise false.

Implements

IKeyControllerKeyUp(Control, KeyEventArgs)
See Also