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

Gets or sets the primary color used to paint the background of the items.

Syntax

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

Property Value

Color

Remarks

This property is only valid when ControlType Property is Explorer

Requirements

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

See Also