System.Windows.Forms.VisualStyles.TrackBarThumbState Enumeration

Specifies the visual state of a track bar slider (also known as a thumb) that is drawn with visual styles.

Syntax

public enum TrackBarThumbState

Remarks

The System.Windows.Forms.VisualStyles.TrackBarThumbState values correspond to the states of the System.Windows.Forms.VisualStyles.VisualStyleElement objects exposed by the following classes:

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.

Members

Member NameDescription
Disabled

The slider appears disabled.

Hot

The slider appears hot.

Normal

The slider appears normal.

Pressed

The slider appears pressed.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0