Click or drag to resize

TabStyle Enumeration

Specifies the tab 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 TabStyle
Members
  Member nameValueDescription
HighProfile0 Specifies the high profile tab style.
StandardProfile1 Specifies the standard profile style.
LowProfile2 Specifies the low profile tab style.
OneNote3 Specifies the Microsoft OneNote tab style.
Dock4 Specifies the docking tab style.
DockAutoHidden5 Specifies the auto hidden docking tab style.
Custom16 Specifies the first custom tab style.
Custom27 Specifies the second custom tab style.
Custom38 Specifies the third custom tab style.
See Also