ScrollBarButtonStyles Enumeration
.NET Framework (current version)
Specifies the type of button that will be displayed on the scrollbar.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| All | All buttons are displayed. | |
| None | No buttons are displayed. | |
| ResetZoom | The reset and zoom (thumb) buttons are displayed. | |
| SmallScroll | The up/down and left/right buttons only are displayed. |
The ScrollBarButtonStyles enumeration is used with the ButtonStyle property to specify the buttons to be displayed for a scrollbar.
.NET Framework
Available since 4.0
Available since 4.0
Show: