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

Gets or sets the primnary background color of the selected tab in the control.

Syntax

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

Property Value

Color

Remarks

If this property is set to "empty", the tab will be colored using the TabPage.TabBackColor property.

Requirements

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

See Also