Table of Contents

Method ClearBookMark

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

ClearBookMark(int)

When implemented by a class, finds the bookmark by given index and removes its from bookmark collection.

void ClearBookMark(int bookMark)

Parameters

bookMark int

Index of the bookmark in the bookmark collection.

ClearBookMark(int, int)

When implemented by a class, finds the bookmark by given index in a given line and removes its from bookmark collection.

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.