Method ToggleBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
ToggleBookMark(Point, int, int, int, string, string, string, object, string)
Sets or removes bookmark with specified parameters.
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).
groupintThe integer value that specifies group associated with
BookMarkto toggle.bookMarkintThe integer value that specifies an index of the bookmark to toggle.
imageIndexintSpecifies
ImageIndexproperty of the bookmark to toggle.namestringThe string value that specifies name of the bookmark to toggle.
descriptionstringThe string value that specifies description of the bookmark to toggle.
urlstringThe string value that specifies url of the bookmark to toggle.
tagobjectSpecifies
Tagproperty of the bookmark to toggle.fileNamestringFile name of document containing bookmarks.