TrackBarThumbState 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 track bar slider (also known as a thumb) that is drawn with visual styles.
public enum class TrackBarThumbState
public enum TrackBarThumbState
type TrackBarThumbState =
Public Enum TrackBarThumbState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Normal | 1 | The slider appears normal. |
Hot | 2 | The slider appears hot. |
Pressed | 3 | The slider appears pressed. |
Disabled | 5 | The slider appears disabled. |
Remarks
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.