Skip to main content

SubDocument.SelectBookmark(Bookmark) Method

Obsolete. Selects a range associated with the specified bookmark.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.BookmarkCollection.Select(Bookmark bookmark)' method instead.")]
void SelectBookmark(
    Bookmark bookmark
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.BookmarkCollection.Select(Bookmark bookmark)' method instead.")>
Sub SelectBookmark(
    bookmark As Bookmark
)

Parameters

Name Type Description
bookmark Bookmark

A Bookmark object representing a bookmark in the document.

See Also