Table of Contents

Method ClearBookMarks

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

ClearBookMarks(int, int, string)

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

public void ClearBookMarks(int line, int group, string fileName)

Parameters

line int

Index of line in lines collection.

group int

Specifies index of Bookmark group.

fileName string

Name of file that contains bookmark.