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

The control style, either Standard or XP, default is a neutral setting.

Syntax

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

Members

MemberDescription
DefaultThe neutral state of the enum.
StandardStandard style
XPXP Style Tab with highlight bar at the top

Inheritance Hierarchy

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

Requirements

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

See Also