ScrollBarState Enumeration
.NET Framework (current version)
Specifies the visual state of a scroll bar that is drawn with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Disabled | The scroll bar element is disabled. | |
| Hot | The scroll bar element is hot. | |
| Normal | The scroll bar element is normal. | |
| Pressed | The scroll bar element is pressed. |
The ScrollBarState values correspond to the states of the VisualStyleElement objects exposed by the following classes:
The ScrollBarState values are also used as an argument in the System.Windows.Forms::ScrollBarRenderer class methods that draw the scroll bar track, scroll box (also known as the thumb), and scroll box grip.
.NET Framework
Available since 2.0
Available since 2.0
Show: