---
title: "tabViewItem(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstabview/tabviewitem(at:)-8gnqw"
---

# tabViewItem(at:)

Returns the tab view item at the specified point.

## Declaration

```swift
func tabViewItem(at point: NSPoint) -> NSTabViewItem?
```

## Parameters

- `point`: The hit point.

## Return Value

Return Value The tab view item under the hit point, or nil if no tab view item is under that location.

## Discussion

Discussion You can use this method to find a tab view item based on a user’s mouse click.
