---
title: NSTabViewItem.State.pressedTab
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstabviewitem/state/pressedtab
---

# NSTabViewItem.State.pressedTab

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.

## Declaration

```swift
case pressedTab
```

## See Also

### Constants

- [NSTabViewItem.State.backgroundTab](appkit/nstabviewitem/state/backgroundtab.md)
- [NSTabViewItem.State.selectedTab](appkit/nstabviewitem/state/selectedtab.md)
