Method GotoPrevBookMark
GotoPrevBookMark()
Moves caret to the location of the previous unnumbered bookmark in the text source.
public virtual void GotoPrevBookMark()
Remarks
If the currently selected bookmark is the first bookmark within the bookmarks collection the method moves to the last bookmark.
GotoPrevBookMark(int)
Moves caret to the location of the previous unnumbered bookmark in the text source.
public virtual void GotoPrevBookMark(int group)
Parameters
group
intSpecifies group index of bookmark groups.
Remarks
If the currently selected bookmark is the first bookmark within the bookmarks collection the method moves to the last bookmark.