UseDiffDiacColor Property

Microsoft Word Visual Basic

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