Table of Contents

Method ClearBookMarkByIndex

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

ClearBookMarkByIndex(int)

Removes the bookmark from bookmarks collection at the specified index. Updates state of the TextSource owning this collection.

public virtual void ClearBookMarkByIndex(int index)

Parameters

index int

The integer value that specifies the zero-based index of bookmark in a bookmarks collection to remove.