Table of Contents

Method NextBookMark

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

NextBookMark()

Returns the minimal possible value of the bookmark Index property of the new bookmark.

public virtual int NextBookMark()

Returns

int

Bookmark index.

Remarks

If the bookmarks collection is empty method returns 0.

NextBookMark(int)

Returns the minimal possible value of the bookmark Index property of the new bookmark.

public virtual int NextBookMark(int group)

Parameters

group int

Specifies an index of the bookmark groups.

Returns

int

Bookmark index.

Remarks

If the bookmarks collection is empty method returns 0.