Method ToggleBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.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
position
PointThe Point value that specifies position of the bookmark (index of char and current line).
group
intThe integer value that specifies group associated with
BookMark
to toggle.bookMark
intThe integer value that specifies an index of the bookmark to toggle.
imageIndex
intSpecifies
ImageIndex
property of the bookmark to toggle.name
stringThe string value that specifies name of the bookmark to toggle.
description
stringThe string value that specifies description of the bookmark to toggle.
url
stringThe string value that specifies url of the bookmark to toggle.
tag
objectSpecifies
Tag
property of the bookmark to toggle.fileName
stringFile name of document containing bookmarks.