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 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 int

IBookMark.Group to check.

Returns

bool

True if succeed; otherwise false.