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

Gets or sets the color used to paint the background of the list item area as the mouse moves over it.

Syntax

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