Table of Contents

Method GotoBookMark

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

GotoBookMark(int)

Finds the bookmark with specified index and jumps to its location.

public virtual void GotoBookMark(int bookMark)

Parameters

bookMark int

The integer value that specifies bookmark index.

Remarks

If the bookmark is not found the method does nothing.