_CommandBars.DisplayFonts Property

Determines if the font names in the Font box are displayed in their actual fonts.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property DisplayFonts As Boolean
    Get
    Set
'Usage
Dim instance As _CommandBars
Dim value As Boolean

value = instance.DisplayFonts

instance.DisplayFonts = value
bool DisplayFonts { get; set; }

Property Value

Type: System.Boolean

Remarks

The returned value is True if the font names in the Font box are displayed in their actual fonts; False if they are not displayed.

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace