Table of Contents

Method GotoPrevBookMark

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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 int

Specifies 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.