Table of Contents

Method SetBookMark

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

SetBookMark(int, int)

When implemented by a class, sets the bookmark with specified index to the position specified by Line parameter.

void SetBookMark(int line, int bookMark)

Parameters

line int

The integer value that specifies an index of the text line.

bookMark int

The integer value that specifies bookmark index.

SetBookMark(Point, int)

When implemented by a class, sets the bookmark with specified index to the specified position.

void SetBookMark(Point position, int bookMark)

Parameters

position Point

Specifies position of the bookmark.

bookMark int

The integer value that specifies an index of the bookmark.

SetBookMark(IBookMark)

When implemented by a class, sets bookmark specified by bookMark parameter.

void SetBookMark(IBookMark bookMark)

Parameters

bookMark IBookMark

Specifies bookmark to set.

SetBookMark(Point, int, string, string, string)

When implemented by a class, sets the bookmark with specified index, name, description and url to the position specified by Point parameter.

void SetBookMark(Point position, int bookMark, string name, string description, string url)

Parameters

position Point

Specifies position of the BookMark.

bookMark int

The integer value that specifies BookMark index.

name string

The string value that specifies BookMark name.

description string

The string value that specifies BookMark description.

url string

The string value that specifies BookMark url.