Click or drag to resize

KryptonTrackBarIsInputKey Method

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

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#
protected override bool IsInputKey(
	Keys keyData
)

Parameters

keyData  Keys
One of the Keys values.

Return Value

Boolean
true if the specified key is a regular input key; otherwise, false.
See Also