The System.Windows.Forms.VisualStyles.TabItemState values correspond to the states of the System.Windows.Forms.VisualStyles.VisualStyleElement objects exposed by the following classes:
System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItem
System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemLeftEdge
System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemRightEdge
System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItem
System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemLeftEdge
System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemRightEdge
The System.Windows.Forms.VisualStyles.TabItemState values are also used as an argument in the erload:System.Windows.Forms.TabRenderer.DrawTabItem method.
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. |