Skip to main content
A newer version of this page is available.
All docs
V18.2

SubDocument.RemoveBookmark(Bookmark) Method

OBSOLETE

This method has become obsolete. Use the 'Remove' method instead.

Removes the specified bookmark from the bookmark collection of the document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.BookmarkCollection.Remove(Bookmark bookmark)' method instead.")]
void RemoveBookmark(
    Bookmark bookmark
)

Parameters

Name Type Description
bookmark Bookmark

A Bookmark object representing a bookmark in the document.

See Also