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