Click or drag to resize

HeaderStyle Enumeration

Specifies the header style.

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#
public enum HeaderStyle
Members
  Member nameValueDescription
Primary0 Specifies a primary header.
Secondary1 Specifies a secondary header.
DockInactive2 Specifies an inactive docking header.
DockActive3 Specifies an active docking header.
Form4 Specifies a form header.
Calendar5 Specifies a calendar header.
Custom16 Specifies the first custom header style.
Custom27 Specifies the second custom header style.
See Also