TrackBarThumbState Enum

Definition

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
TrackBarThumbState

Fields

Disabled 5

The slider appears disabled.

Hot 2

The slider appears hot.

Normal 1

The slider appears normal.

Pressed 3

The slider appears pressed.

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.

Applies to