Table of Contents

Method ToggleBookMark

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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

position Point

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

group int

IBookMark.Group to check.

bookMark int

IBookMark.Index to check.

imageIndex int

IBookMark.ImageIndex to check.

name string

IBookMark.Name to check.

description string

IBookMark.Description to check.

url string

IBookMark.Url to check.

tag object

IBookMark.Tag to check.

fileName string

IBookMark.FileName to check.