Method InternalFind
InternalFind(int, int)
Locates the bookmark with specified index within the specified line.
public virtual int InternalFind(int bookMark, int line)
Parameters
bookMark
intThe integer value that specifies
Index
of the bookmark to find.line
intThe 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
bookMark
intThe integer value that specifies
Index
of the bookmark to find.line
intThe integer value that specifies an index of the text line in where to locate bookmark.
group
intSpecifies bookmark group.
Returns
- int
Zero-based index of the found bookmark.