ScrollBarButtonType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the button clicked by a user in the AxisScrollBarClicked event.
public enum class ScrollBarButtonType
public enum ScrollBarButtonType
type ScrollBarButtonType =
Public Enum ScrollBarButtonType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
ThumbTracker | 0 | The tracker button (also known as the scrollbar thumb) was clicked. |
SmallDecrement | 1 | A down or left arrow button was clicked to decrease the scroll view by a small decrement. |
SmallIncrement | 2 | An up or right arrow button was clicked to increase the scroll view by a small increment. |
LargeDecrement | 3 | 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 | 4 | 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. |
ZoomReset | 5 | The zoom or reset button was clicked. |
Remarks
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.