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

Gets or sets the font used to draw the text in the title of the list.

Syntax

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

Property Value

Font

Remarks

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

Requirements

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

See Also