dbicExplorerBar Send comments on this topic.
NavButtonBackColorTo Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : NavButtonBackColorTo Property

Gets or sets the secondary background color of the navigation button(s) in the control.

Syntax

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

Property Value

Color

Remarks

This property is only valid when ControlType Property is Navigation or SideBar

Requirements

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

See Also