ScrollBarButtonType Enumeration
Specifies the button clicked by a user in the AxisScrollBarClicked event.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| LargeDecrement | The scroll view was decreased by a large decrement, by clicking the area beneath a scrolling thumb for a vertical scrollbar, or to the left of a scrolling thumb for a horizontal scrollbar. | |
| LargeIncrement | The scroll view was increased by a large increment, by clicking the area above a scrolling thumb for a vertical scrollbar, or to the right of a scrolling thumb for a horizontal scrollbar. | |
| SmallDecrement | A down or left arrow button was clicked to decrease the scroll view by a small decrement. | |
| SmallIncrement | An up or right arrow button was clicked to increase the scroll view by a small increment. | |
| ThumbTracker | The tracker button (also known as the scrollbar thumb) was clicked. | |
| ZoomReset | The zoom or reset button was clicked. |
The ScrollBarButtonType enumeration is used with the ButtonType property, and allows the developer to determine what type of scrollbar button the end-user clicked on.
Available since 4.0