Bookmarks.ShowHidden Property

Returns or sets a value that indicates if hidden bookmarks are included in the Bookmarks collection.

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

Syntax

'Declaration
Property ShowHidden As Boolean
    Get
    Set
'Usage
Dim instance As Bookmarks
Dim value As Boolean

value = instance.ShowHidden

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

Property Value

Type: System.Boolean

Remarks

This property also controls whether hidden bookmarks are listed in the Bookmark dialog box (Insert menu).

Hidden bookmarks are automatically inserted when cross-references are inserted into the document.

See Also

Reference

Bookmarks Interface

Bookmarks Members

Microsoft.Office.Interop.Word Namespace