Table of Contents

Method ClearBookMark

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

ClearBookMark(int)

Finds the bookmark with specified index and removes it from bookmarks collection.

public virtual void ClearBookMark(int bookMark)

Parameters

bookMark int

The integer value that specifies bookmark index.

Remarks

If the bookmark is not found the method does nothing.

ClearBookMark(int, int)

Finds the bookmark by given index in a given line and removes its from bookmark collection.

public virtual void ClearBookMark(int line, int bookmark)

Parameters

line int

Index of line in lines collection.

bookmark int

Index of the bookmark in the bookmark collection.

ClearBookMark(int, int, int)

Finds the bookmark by given index and group in a given line and removes its from bookmark collection.

public virtual void ClearBookMark(int line, int group, int bookMark)

Parameters

line int

Index of line in lines collection.

group int

Specifies index of Bookmark group.

bookMark int

Index of the bookmark in the bookmark collection.