Table of Contents

Method ToggleBookMark

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

ToggleBookMark(int, int)

When implemented by a class, toggles (sets or removes) bookmark with specified Index property at the specified line.

void ToggleBookMark(int line, int bookMark)

Parameters

line int

Index of line to toggle.

bookMark int

Specifies Index property of the bookmark to toggle.

ToggleBookMark(Point, int)

When implemented by a class, toggles (sets or removes) bookmark with specified Index property at the specified position.

void ToggleBookMark(Point position, int bookMark)

Parameters

position Point

Specifies position of the bookmark (index of character and current line).

bookMark int

Specifies Index property of the bookmark to toggle.

ToggleBookMark(IBookMark)

When implemented by a class, toggles (sets or removes) specified bookmark.

void ToggleBookMark(IBookMark bookMark)

Parameters

bookMark IBookMark

Specifies bookmark to toggle.

ToggleBookMark(Point, int, string, string, string)

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

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

Parameters

position Point

Specifies position of the bookmark to toggle.

bookMark int

Specifies BookMark index.

name string

Specifies BookMark name.

description string

Specifies BookMark description.

url string

Specifies BookMark url.

ToggleBookMark(int)

When implemented by a class, toggles (sets or removes) bookmark with specified Index property at the current line.

void ToggleBookMark(int bookMark)

Parameters

bookMark int

ToggleBookMark()

When implemented by a class, toggles (sets or removes) an unnumbered bookmark on the current line in the control's text.

void ToggleBookMark()