dbicTabs Send comments on this topic.
enumTabStyle Enumeration
See Also  
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace : enumTabStyle Enumeration

The overall style of the tabs.

Syntax

Visual Basic (Declaration) 
Public Enum enumTabStyle 
   Inherits System.Enum
C# 
public enum enumTabStyle : System.Enum 

Members

MemberDescription
AngledAn angled style tab with a user defined page area.
FlatA thin regular style border with a user defined page area.
IDEA boxed tab with a user defined page area.
RegularA thick 3D border is placed around the tabs and page area.
StudioA modern Visual Studio style.
UserDrawnA UserDraw style giving the developer 100% control over the rendering.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Tabs.enumTabStyle

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also