Method ClearBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
ClearBookMark(int)
When implemented by a class, finds the bookmark by given index and removes its from bookmark collection.
void ClearBookMark(int bookMark)
Parameters
bookMark
intIndex of the bookmark in the bookmark collection.
ClearBookMark(int, int)
When implemented by a class, finds the bookmark by given index in a given line and removes its from bookmark collection.
void ClearBookMark(int line, int bookmark)