ScrollBarState 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 visual state of a scroll bar that is drawn with visual styles.
public enum class ScrollBarState
public enum ScrollBarState
type ScrollBarState =
Public Enum ScrollBarState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Normal | 1 | The scroll bar element is normal. |
Hot | 2 | The scroll bar element is hot. |
Pressed | 3 | The scroll bar element is pressed. |
Disabled | 4 | The scroll bar element is disabled. |
Remarks
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.
Applies to
.NET