Method GotoNextBookMark
GotoNextBookMark()
Moves to the location of the next unnumbered bookmark in the appropriate text source.
public bool GotoNextBookMark()
Returns
- bool
True if succeed; otherwise false.
GotoNextBookMark(int)
Moves to the location of the next unnumbered bookmark in the appropriate text source.
public bool GotoNextBookMark(int group)
Parameters
group
intIBookMark.Group to check.
Returns
- bool
True if succeed; otherwise false.