Table of Contents

Method GotoPrevBookMark

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

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 int

IBookMark.Group to check.

Returns

bool

True if succeed; otherwise false.