View.ShowBookmarks Property
True if square brackets are displayed at the beginning and end of each bookmark.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowBookmarks As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowBookmarks
instance.ShowBookmarks = value
bool ShowBookmarks { get; set; }
Property Value
Type: System.Boolean