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

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property NavButtonBackColor As Color
C# 
public virtual Color NavButtonBackColor {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