View.ShowMarkupAreaHighlight Property

Returns or sets a Boolean that represents whether the markup area that shows revision and comment balloons is shaded. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ShowMarkupAreaHighlight As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.ShowMarkupAreaHighlight

instance.ShowMarkupAreaHighlight = value
bool ShowMarkupAreaHighlight { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

This property corresponds to the Markup Area Highlight option in the Show Markup menu on the Review Ribbon.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace