Click or drag to resize

InputControlStyle Enumeration

Specifies the input control style.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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