UseDiffDiacColor Property

Microsoft Word Visual Basic

UseDiffDiacColor Property

       

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

expression.UseDiffDiacColor

expression   Required. An expression that returns an Options object.

Remarks

For more information on using Word with Asian languages, see Word features for Asian languages.

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