Specifies the visual state of a track bar slider (also known as a thumb) that is drawn with visual styles.
The System.Windows.Forms.VisualStyles.TrackBarThumbState values correspond to the states of the System.Windows.Forms.VisualStyles.VisualStyleElement objects exposed by the following classes:
System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Thumb
System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbBottom
System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbLeft
System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbRight
System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbTop
System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbVertical
The System.Windows.Forms.VisualStyles.TrackBarThumbState values are also used as an argument in the System.Windows.Forms.TrackBarRenderer class methods that draw the track bar slider.
Member Name | Description |
---|---|
Disabled |
The slider appears disabled. |
Hot |
The slider appears hot. |
Normal |
The slider appears normal. |
Pressed |
The slider appears pressed. |