Bookmarks.ShowHidden Property

Definition

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.

Applies to