Table of Contents

Interface IScrollBarAnnotationsSource

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

Represents methods to get scroll bar annotations from text edit control.

public interface IScrollBarAnnotationsSource : IDisposable

Methods

GetAnnotations(ScrollBarAnnotationKinds)

When implemented by a class, gets a list of the scrollbar annotations matching to the specified kinds.

Initialize(TextEditor, Action)

When implemented by a class, initializes scrollbar annotation data from specified source.