View.ShowComments Property

True for Microsoft Word to display the comments in a document.

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

Syntax

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

value = instance.ShowComments

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

Property Value

Type: System.Boolean

Remarks

If revision marks are displayed in balloons in the right or left margin, comments are displayed in balloons. If revision marks are displayed inline, the text to which comments apply is surrounded by wide-angled square brackets; when a user places the mouse pointer over the text within the brackets, the related comment is displayed in a square balloon directly above the mouse pointer.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace