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

The type of border to be used in a tab strip.

Syntax

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

Members

MemberDescription
DoubleA double, etched line is drawn.
NoneNo border line is drawn.
SingleA single line is drawn.

Inheritance Hierarchy

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

Requirements

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

See Also