System.Windows.Forms.VisualStyles.TabItemState Enumeration

Specifies the visual state of a tab item that is drawn with visual styles.

Syntax

public enum TabItemState

Remarks

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

The System.Windows.Forms.VisualStyles.TabItemState values are also used as an argument in the erload:System.Windows.Forms.TabRenderer.DrawTabItem method.

Members

Member NameDescription
Disabled

The tab item is disabled.

Hot

The tab item is hot.

Normal

The tab item is normal.

Selected

The tab item is selected.

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