KryptonTrackBarIsInputKey Method |
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected override bool IsInputKey(
Keys keyData
)
Parameters
- keyData Keys
- One of the Keys values.
Return Value
Booleantrue if the specified key is a regular input key; otherwise, false.
See Also