Enum ScrollBarAnnotationKinds
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 | LineStyleSpecifies that all markers are in effect.
Bookmark = 2Specifies that bookmarks marker is in effect.
Change = 1Specifies that modified lines marker is in effect.
CursorPosition = 16Specifies that current line marker is in effect.
Custom = 32Specifies that custom marker is in effect.
Error = 8Specifies that syntax errors marker is in effect.
LineStyle = 64Specifies that line style marker is in effect.
None = 0Specifies that no flags are in effect.
SearchResult = 4Specifies that found results marker is in effect.