Bookmarks.ShowHidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a value that indicates if hidden bookmarks are included in the Bookmarks collection.
public:
property bool ShowHidden { bool get(); void set(bool value); };
public bool ShowHidden { get; set; }
member this.ShowHidden : bool with get, set
Public Property ShowHidden As Boolean
Property Value
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.