Table of Contents

Method ClearBookMark

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

ClearBookMark(int, int, int, string)

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

public void ClearBookMark(int line, int group, int bookMark, string fileName)

Parameters

line int

Index of line in lines collection.

group int

Specifies index of Bookmark group.

bookMark int

Integer value that specifies Bookmark index.

fileName string

Name of file that contains bookmark.

ClearBookMark(int)

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

public virtual void ClearBookMark(int bookMark)

Parameters

bookMark int

Integer value that specifies bookmark index.