Options.DiacriticColorVal Property 

Returns or sets the 24-bit color to be used for diacritics in a right-to-left language document. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim options1 As Options

Dim returnValue As WdColor
returnValue = options1.DiacriticColorVal

Dim sampleValue As WdColor
options1.DiacriticColorVal = sampleValue

Syntax

Property DiacriticColorVal() As WdColor
WdColor DiacriticColorVal {get; set;}
property WdColor^ DiacriticColorVal{
    WdColor^ get();
    Void set(WdColor^);
}
public WdColor get_DiacriticColorVal();
public void set_DiacriticColorVal(WdColor);
function get DiacriticColorVal() : WdColor;
function set DiacriticColorVal(WdColor);

Remarks

The value of the UseDiffDiacColor property must be True in order to use this property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Options Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Options Members