Method ClearBookMarks
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
ClearBookMarks(int)
Removes all bookmarks from the specified line.
public virtual void ClearBookMarks(int line)
Parameters
line
intThe 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
line
intThe integer value that specifies an index of the text line.
group
intSpecifies index of Bookmark group.
ClearBookMarks()
Removes all bookmarks.
public virtual void ClearBookMarks()