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

Parameters

keyData
Type: System.Windows.FormsKeys
One of the Keys values.

Return Value

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