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

Gets or sets the secondary color used to paint the background of the selected tab in the control.

Syntax

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

Property Value

Color

Remarks

This property is only effective when the SelectedFillType is not equal to Solid.

Requirements

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

See Also