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

Gets or sets the color used to paint the background of the list item when it is selected.

Syntax

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

Property Value

Color

Remarks

If set to a value of null or Color.Empty, the property is ignored.

Requirements

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

See Also