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)

Syntax

'Declaration
Property RevisedPropertiesColor As WdColorIndex
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdColorIndex

value = instance.RevisedPropertiesColor

instance.RevisedPropertiesColor = value
WdColorIndex RevisedPropertiesColor { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdColorIndex

Remarks

If deleted or inserted text has formatting changes, the RevisedPropertiesColor property is overridden by the DeletedTextColor or InsertedTextColor property.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace