Method ClearBookMark
ClearBookMark(int, int, int, string)
Finds the bookmark by specified parameters and removes its from bookmark collection.
public void ClearBookMark(int line, int group, int bookMark, string fileName)
Parameters
line
intIBookMark.Line to check.
group
intIBookMark.Group to check.
bookMark
intIBookMark.Index to check.
fileName
stringIBookMark.FileName to check.
ClearBookMark(int)
Finds the bookmark with specified index and removes it from bookmarks collection.
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.