[]
Describes the scrollbar annotation properties.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScrollBarAnnotationInfo : INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ScrollBarAnnotationInfo
Implements INotifyPropertyChanged
| Name | Description |
|---|---|
| ScrollBarAnnotationInfo() |
| Name | Description |
|---|---|
| Enabled | Gets or sets that the scrollbar annotations are enabled. If set to true, it displays annotations as markers in the vertical scrollbar area. |
| ShowErrors | Gets or sets that the error row annotations are enabled. If set to true, it displays the error rows in the scrollbar annotations. |
| ShowFocusedRow | Gets or sets that the focused row annotation is enabled. If set to true, it displays the focused row in the scrollbar annotations. |
| ShowHighlightedRows | Gets or sets that the highlighted row annotations are enabled. If set to true, it displays the highlighted rows in the scrollbar annotations. |
| ShowSelectedRows | Gets or sets that the selected row annotations are enabled. If set to true, it displays the selected rows in the scrollbar annotations. |
| ShowTooltips | Gets or sets that the scrollbar annotation tooltips are enabled. If set to true, it displays tooltips when hovering mouse over annotations. |
| Name | Description |
|---|---|
| PropertyChanged |