SubDocument.RemoveBookmark(Bookmark) Method
Obsolete. Removes the specified bookmark from the bookmark collection of the document.
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.Remove(Bookmark bookmark)' method instead.")]
void RemoveBookmark(
Bookmark bookmark
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.BookmarkCollection.Remove(Bookmark bookmark)' method instead.")>
Sub RemoveBookmark(
bookmark As Bookmark
)
Parameters
Name | Type | Description |
---|---|---|
bookmark | Bookmark | A Bookmark object representing a bookmark in the document. |
See Also