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

Gets or sets the font used for the list title when the mouse moves over it.

Syntax

Visual Basic (Declaration) 
Public Property TitleFontOver As Font
C# 
public Font TitleFontOver {get; set;}

Property Value

Font

Remarks

If this property is null, then the ListFontOver Property is used instead.

Requirements

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

See Also