Table of Contents

Enum ScrollBarAnnotationKinds

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

Defines a kind of the scrollbar annotation. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum ScrollBarAnnotationKinds

Fields

All = Change | Bookmark | SearchResult | Error | CursorPosition | Custom | LineStyle

Specifies that all markers are in effect.

Bookmark = 2

Specifies that bookmarks marker is in effect.

Change = 1

Specifies that modified lines marker is in effect.

CursorPosition = 16

Specifies that current line marker is in effect.

Custom = 32

Specifies that custom marker is in effect.

Error = 8

Specifies that syntax errors marker is in effect.

LineStyle = 64

Specifies that line style marker is in effect.

None = 0

Specifies that no flags are in effect.

SearchResult = 4

Specifies that found results marker is in effect.