Method ClearBookMarks
- Namespace
 - Alternet.Editor.TextSource
 
- Assembly
 - Alternet.Editor.v10.dll
 
ClearBookMarks(int)
Removes all bookmarks from the specified line.
public virtual void ClearBookMarks(int line)
Parameters
lineintThe integer value that specifies an index of the text line.
ClearBookMarks(int, int)
Removes all bookmarks from the specified line for specified Group.
public virtual void ClearBookMarks(int line, int group)
Parameters
lineintThe integer value that specifies an index of the text line.
groupintSpecifies index of Bookmark group.
ClearBookMarks()
Removes all bookmarks.
public virtual void ClearBookMarks()