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