Table of Contents

Method GotoNextBookMark

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

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 int

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