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