Method ToggleBookMark
ToggleBookMark(Point, int, int, int, string, string, string, object, string)
Sets or removes bookmark with specified conditions.
public void ToggleBookMark(Point position, int group, int bookMark, int imageIndex, string name, string description, string url, object tag, string fileName)
Parameters
positionPointThe Point value that specifies position of the bookmark (index of char and current line).
groupintIBookMark.Group to check.
bookMarkintIBookMark.Index to check.
imageIndexintIBookMark.ImageIndex to check.
namestringIBookMark.Name to check.
descriptionstringIBookMark.Description to check.
urlstringIBookMark.Url to check.
tagobjectIBookMark.Tag to check.
fileNamestringIBookMark.FileName to check.