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
- positionPoint
- The Point value that specifies position of the bookmark (index of char and current line). 
- groupint
- The integer value that specifies group associated with - BookMarkto toggle.
- bookMarkint
- The integer value that specifies an index of the bookmark to toggle. 
- imageIndexint
- Specifies - ImageIndexproperty of the bookmark to toggle.
- namestring
- The string value that specifies name of the bookmark to toggle. 
- descriptionstring
- The string value that specifies description of the bookmark to toggle. 
- urlstring
- The string value that specifies url of the bookmark to toggle. 
- tagobject
- Specifies - Tagproperty of the bookmark to toggle.
- fileNamestring
- File name of document containing bookmarks.