Method NextBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.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
intSpecifies an index of the bookmark groups.
Returns
- int
Bookmark index.
Remarks
If the bookmarks collection is empty method returns 0.