Table of Contents

Method ClearBookMarks

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

ClearBookMarks(int)

Removes all bookmarks from the specified line.

public virtual void ClearBookMarks(int line)

Parameters

line int

The integer value that specifies an index of the text line.

ClearBookMarks(int, int)

Removes all bookmarks from the specified line for specified Group.

public virtual void ClearBookMarks(int line, int group)

Parameters

line int

The integer value that specifies an index of the text line.

group int

Specifies index of Bookmark group.

ClearBookMarks()

Removes all bookmarks.

public virtual void ClearBookMarks()