---
title: NSWindow.TabbingMode.preferred
framework: appkit
role: symbol
role_heading: Case
path: appkit/nswindow/tabbingmode-swift.enum/preferred
---

# NSWindow.TabbingMode.preferred

A window that explicitly prefers to tab together with other windows with the same tabbing identifier.

## Declaration

```swift
case preferred
```

## See Also

### Modes

- [NSWindow.TabbingMode.automatic](appkit/nswindow/tabbingmode-swift.enum/automatic.md)
- [NSWindow.TabbingMode.disallowed](appkit/nswindow/tabbingmode-swift.enum/disallowed.md)
