Table of Contents

Method ClearBookMark

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

ClearBookMark(int, int, int, string)

Finds the bookmark by specified parameters and removes its from bookmark collection.

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

Parameters

line int

IBookMark.Line to check.

group int

IBookMark.Group to check.

bookMark int

IBookMark.Index to check.

fileName string

IBookMark.FileName to check.

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.