---
title: NSTableView.SelectionHighlightStyle.regular
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstableview/selectionhighlightstyle-swift.enum/regular
---

# NSTableView.SelectionHighlightStyle.regular

## Declaration

```swift
case regular
```

## Discussion

Discussion The regular highlight style of NSTableView. In OS X v10.7 a light blue (returned by sending NSColor a alternateSelectedControlColor message) or light gray color (returned by sending NSColor a secondarySelectedControlColor message).

## See Also

### Constants

- [NSTableView.SelectionHighlightStyle.none](appkit/nstableview/selectionhighlightstyle-swift.enum/none.md)
- [NSTableView.SelectionHighlightStyle.sourceList](appkit/nstableview/selectionhighlightstyle-swift.enum/sourcelist.md)
