Table of Contents

Constructor BookMarks

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

BookMarks()

Initializes a new instance of the BookMarksclass with default settings.

public BookMarks()

BookMarks(ITextSource)

Initializes a new instance of the BookMarks class with a specified owner.

public BookMarks(ITextSource owner)

Parameters

owner ITextSource

Class implementing ITextSource interface that owns the collection.