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

The type of border around the tab. The results can vary depending on the current ControlStyle Property.

Syntax

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

Members

MemberDescription
BorderSelected and non-selected tabs are drawn with a solid border.
LineSelected tabs are drawn raised.  Non-selected tabs are drawn with a solid border.
RaisedSelected and non-selected tabs are raised.

Remarks

Images are taken using XP control style.

Inheritance Hierarchy

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

Requirements

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

See Also