Table of Contents

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 Point

The Point value that specifies position of the bookmark (index of char and current line).

group int

The integer value that specifies group associated with BookMark to toggle.

bookMark int

The integer value that specifies an index of the bookmark to toggle.

imageIndex int

Specifies ImageIndex property of the bookmark to toggle.

name string

The string value that specifies name of the bookmark to toggle.

description string

The string value that specifies description of the bookmark to toggle.

url string

The string value that specifies url of the bookmark to toggle.

tag object

Specifies Tag property of the bookmark to toggle.

fileName string

File name of document containing bookmarks.