_Application.AlwaysUseClearType Property

Returns or sets a Boolean that represents whether to use ClearType to display fonts in the menu, Ribbon, and dialog box text. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property AlwaysUseClearType As Boolean
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.AlwaysUseClearType

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

Property Value

Type: System.Boolean
Boolean

Remarks

Even if the Microsoft Windows setting for ClearType is turned off, setting this property to True overrides the Windows setting and uses ClearType in all Microsoft Office applications.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace