Share via


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)

Usage

Dim bookmarks1 As Bookmarks

Dim returnValue As Boolean
returnValue = bookmarks1.ShowHidden

Dim sampleValue As Boolean
bookmarks1.ShowHidden = sampleValue

Syntax

Property ShowHidden() As Boolean
bool ShowHidden {get; set;}
property Boolean ShowHidden{
    Boolean get();
    Void set(Boolean);
}
public boolean get_ShowHidden();
public void set_ShowHidden(boolean);
function get ShowHidden() : Boolean;
function set ShowHidden(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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Bookmarks Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Bookmarks Members