dbicTabs Send comments on this topic.
TabBorder Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabs Class : TabBorder Property

Gets or sets the border type to place around each tab in the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TabBorder As enumTabBorder
C# 
public virtual enumTabBorder TabBorder {get; set;}

Property Value

enumTabBorder Enumeration

Remarks

The actual border drawn around each selected and non-selected tab is also determined by the TabStyle property.

Requirements

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

See Also