Method GetBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetBookMark(int)
When implemented by a class, finds the first item in the bookmark collection located within the specified text line.
int GetBookMark(int line)
Parameters
line
intIndex of the text line.
Returns
- int
Index of the found bookmark.
GetBookMark(Point, Point)
When implemented by a class, finds the first item in the bookmark collection located within the specified scope.
int GetBookMark(Point startPoint, Point endPoint)
Parameters
startPoint
PointThe Point value that specifies start position to search.
endPoint
PointThe Point value that specifies end position to search.
Returns
- int
Index of the found bookmark.