Table of Contents

Interface IScrollBarAnnotations

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

Represents properties and methods describing scroll bar annotations.

public interface IScrollBarAnnotations : IDisposable

Properties

Enabled

When implemented by a class, indicates whether IScrollBarAnnotations is enabled.

EnabledAnnotationKinds

When implemented by a class, gets or sets active scrollbar annotation kinds.

Methods

GetAnnotationTypeAppearance(ScrollBarAnnotationType)

When implemented by a class, gets appearance for specified annotation type.

Initialize(ISyntaxEdit)

When implemented by a class, initializes an instance of the ScrollBarAnnotations class with a specified owner.

SetAnnotationTypeAppearance(ScrollBarAnnotationType, ScrollBarAnnotationTypeAppearance)

When implemented by a class, sets appearance for specified annotation type.

SetLineStyleAnnotationAppearance(int, ScrollBarAnnotationTypeAppearance)

When implemented by a class, sets appearance for specified line style.

Events

CustomAnnotationsRequested

When implemented by a class, occurs when a custom annotation is requested.