Interface IScrollBarAnnotationsSource
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(ISyntaxEdit, Action)
When implemented by a class, initializes scrollbar annotation data from specified source.