| Visual Basic (Declaration) | |
|---|---|
Public Enum enumTabStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum enumTabStyle : System.Enum | |
| Member | Description |
|---|---|
| Angled | An angled style tab with a user defined page area. |
| Flat | A thin regular style border with a user defined page area. |
| IDE | A boxed tab with a user defined page area. |
| Regular | A thick 3D border is placed around the tabs and page area. |
| Studio | A modern Visual Studio style. |
| UserDrawn | A UserDraw style giving the developer 100% control over the rendering. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Tabs.enumTabStyle
Target Platforms: Current Windows operating system with .NET 8.
An angled style tab with a user defined page area.
A thin regular style border with a user defined page area.
A boxed tab with a user defined page area.
A thick 3D border is placed around the tabs and page area.
A modern Visual Studio style.