Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 892 Bytes

Word.Options.UseDiffDiacColor.md

File metadata and controls

42 lines (25 loc) · 892 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Options.UseDiffDiacColor property (Word)
vbawd10.chm162988452
vbawd10.chm162988452
Word.Options.UseDiffDiacColor
fdcf3a48-bd12-aefe-198a-81541007a596
06/08/2017
medium

Options.UseDiffDiacColor property (Word)

True if you can set the color of diacritics in the current document. Read/write Boolean.

Syntax

expression. UseDiffDiacColor

expression An expression that returns an Options object.

Example

This example checks the UseDiffDiacColor property before setting the color of diacritics in the current selection.

If Options.UseDiffDiacColor = True Then _ 
 Selection.Font.DiacriticColor = wdColorBlue

See also

Options Object

[!includeSupport and feedback]