Method ClearBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
ClearBookMark(int)
Finds the bookmark with specified index and removes it from bookmarks collection. ClearBookMarkByIndex(int)
public virtual void ClearBookMark(int bookMark)
Parameters
bookMark
intThe integer value that specifies bookmark index.
Remarks
If the bookmark is not found the method does nothing.
ClearBookMark(int, int)
Finds the bookmark by given index in a given line and removes its from bookmark collection.
public virtual void ClearBookMark(int line, int bookmark)
Parameters
line
intIndex of line in lines collection.
bookmark
intIndex of the bookmark in the bookmark collection.
ClearBookMark(int, int, int)
Finds the bookmark by given index and group in a given line and removes its from bookmark collection.
public virtual void ClearBookMark(int line, int group, int bookMark)