Method ClearBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
ClearBookMark(int, int, int, string)
Finds the bookmark by given index and group in a given line in the specified document and removes its from bookmark collection.
public void ClearBookMark(int line, int group, int bookMark, string fileName)
Parameters
lineintIndex of line in lines collection.
groupintSpecifies index of Bookmark group.
bookMarkintInteger value that specifies Bookmark index.
fileNamestringName of file that contains bookmark.
ClearBookMark(int)
Finds the bookmark with specified index and removes it from bookmarks collection.
public virtual void ClearBookMark(int bookMark)
Parameters
bookMarkintInteger value that specifies bookmark index.