Method InternalFind
InternalFind(int, int)
Locates the bookmark with specified index within the specified line.
public virtual int InternalFind(int bookMark, int line)
Parameters
bookMarkintThe integer value that specifies
Indexof the bookmark to find.lineintThe integer value that specifies an index of the text line in where to locate bookmark.
Returns
- int
Zero-based index of the found bookmark.
InternalFind(int, int, int)
Locates the bookmark with specified index within the specified line.
public virtual int InternalFind(int bookMark, int line, int group)
Parameters
bookMarkintThe integer value that specifies
Indexof the bookmark to find.lineintThe integer value that specifies an index of the text line in where to locate bookmark.
groupintSpecifies bookmark group.
Returns
- int
Zero-based index of the found bookmark.