Options.RevisedPropertiesColor Property 

Returns or sets the color used to mark formatting changes while change tracking is enabled.

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

Usage

Dim options1 As Options

Dim returnValue As WdColorIndex
returnValue = options1.RevisedPropertiesColor

Dim sampleValue As WdColorIndex
options1.RevisedPropertiesColor = sampleValue

Syntax

Property RevisedPropertiesColor() As WdColorIndex
WdColorIndex RevisedPropertiesColor {get; set;}
property WdColorIndex^ RevisedPropertiesColor{
    WdColorIndex^ get();
    Void set(WdColorIndex^);
}
public WdColorIndex get_RevisedPropertiesColor();
public void set_RevisedPropertiesColor(WdColorIndex);
function get RevisedPropertiesColor() : WdColorIndex;
function set RevisedPropertiesColor(WdColorIndex);

Remarks

If deleted or inserted text has formatting changes, the RevisedPropertiesColor property is overridden by the DeletedTextColor or InsertedTextColor 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