Method ClearBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.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
line
intIndex of line in lines collection.
group
intSpecifies index of Bookmark group.
bookMark
intInteger value that specifies Bookmark index.
fileName
stringName 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
bookMark
intInteger value that specifies bookmark index.