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