TabItemState Enumeration
.NET Framework (current version)
Specifies the visual state of a tab item that is drawn with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Disabled | The tab item is disabled. | |
| Hot | The tab item is hot. | |
| Normal | The tab item is normal. | |
| Selected | The tab item is selected. |
The TabItemState values correspond to the states of the VisualStyleElement objects exposed by the following classes:
The TabItemState values are also used as an argument in the TabRenderer::DrawTabItem method.
.NET Framework
Available since 2.0
Available since 2.0
Show: