---
title: NSMenu.SelectionMode.automatic
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsmenu/selectionmode-swift.enum/automatic
---

# NSMenu.SelectionMode.automatic

A selection mode where the menu determines the appropriate selection mode based on the context and its constants.

## Declaration

```swift
case automatic
```

## See Also

### Defining the selection mode

- [NSMenu.SelectionMode.selectAny](appkit/nsmenu/selectionmode-swift.enum/selectany.md)
- [NSMenu.SelectionMode.selectOne](appkit/nsmenu/selectionmode-swift.enum/selectone.md)
