Table of Contents

Method GetCurrentBookMark

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

GetCurrentBookMark(int)

Finds current bookmark.

public IBookMark GetCurrentBookMark(int group)

Parameters

group int

IBookMark.Group to check; if -1 search inside all bookmarks.

Returns

IBookMark

Current IBookMark if succeed; otherwise null.