Click or drag to resize

InputControlStyle Enumeration

Specifies the input control style.

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 enum InputControlStyle
Members
Member nameValueDescription
Standalone0 Specifies a standalone input button style.
Ribbon1 Specifies a ribbon input button style.
Custom12 Specifies a custom input button style.
See Also