_Application.AlwaysUseClearType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that represents whether to use ClearType to display fonts in the menu, Ribbon, and dialog box text. Read/write.
public:
property bool AlwaysUseClearType { bool get(); void set(bool value); };
public bool AlwaysUseClearType { get; set; }
Public Property AlwaysUseClearType As Boolean
Property Value
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.