Defines scroll bar button types
Visual Basic (Declaration) | |
---|---|
Public Enum ScrollBarButtonType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ScrollBarButtonType : Enum |
Member | Description |
---|---|
ThumbTracker | The tracker button (i.e. scrollbar thumb) was clicked on. Thumb tracker button |
SmallDecrement |
The scroll view was decreased by a small decrement as a result of the end-user clicking on a down or left arrow button. Scroll view by substracting small distance |
SmallIncrement |
The scroll view was increased by a small increment as a result of the end-user clicking on an up or right arrow button. Scroll view by adding small distance |
LargeDecrement |
The scroll view was decreased by a large decrement as a result of the end-user clicking beneath a scrolling thumb for a vertical scrollbar, or clicking to the left of a scrolling thumb for a horizontal scrollbar. Scroll view by substracting large distance |
LargeIncrement |
The scroll view was increased by a large increment as a result of the end-user clicking above a scrolling thumb for a vertical scrollbar, or clicking to the right of a scrolling thumb for a horizontal scrollbar. Scroll view by adding large distance |
ZoomReset |
The zoom/reset button was clicked on. Zoom reset button |
System.Object
System.ValueType
System.Enum
Dundas.Charting.WinControl.ScrollBarButtonType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family