These constants describe the current display state of a tab:
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSTabState
Public Enumeration NSTabState
public enum class NSTabState

Member | Description |
---|---|
NSSelectedTab | The tab that’s being displayed. Available in Mac OS X v10.0 and later. |
NSBackgroundTab | A tab that’s not being displayed. Available in Mac OS X v10.0 and later. |
NSPressedTab | A tab that the user is in the process of clicking. That is, the user has pressed the mouse button while the cursor is over the tab but has not released the mouse button. Available in Mac OS X v10.0 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)