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

Gets or sets the font used when the mouse moves over the text in the explorer item.

Syntax

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

Property Value

Font

Remarks

If set to a value of null, the control will use the ItemFontOver property instead.

Requirements

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

See Also