Expand Minimize
This topic has not yet been rated - Rate this topic

Bookmark.InnerObject Property

Gets the underlying Bookmark object of the Microsoft.Office.Tools.Word.Bookmark control.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Bookmark InnerObject { get; }

Property Value

Type: Bookmark
A Bookmark object.

You cannot pass a Microsoft.Office.Tools.Word.Bookmark host control to a method or property that expects the underlying object (a Bookmark). You must use the InnerObject property of the Microsoft.Office.Tools.Word.Bookmark host control to access the underlying Bookmark. You then pass this object to a method or property that expects a Bookmark. For more information, see Programmatic Limitations of Host Items and Host Controls.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.