Enum ScrollBarAnnotationType
Defines a type of the particular scrollbar annotation.
public enum ScrollBarAnnotationType
Fields
Bookmark = 2
Specifies that annotation represents a bookmark.
CursorPosition = 7
Specifies that annotation represents a current line.
Custom = 8
Specifies custom annotation.
LineStyle = 9
Specifies that annotation represents a line style.
SavedChange = 1
Specifies that annotation represents an saved modified line.
SearchResult = 3
Specifies that annotation represents a search result.
SyntaxError = 4
Specifies that annotation represents a syntax error.
SyntaxInfo = 6
Specifies that annotation represents a syntax information.
SyntaxWarning = 5
Specifies that annotation represents a syntax warning.
UnsavedChange = 0
Specifies that annotation represents an unsaved modified line.