---
title: activeAlways
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstrackingarea/options-swift.struct/activealways
---

# activeAlways

The owner receives messages regardless of first-responder status, window status, or application status. The cursorUpdate(with:) message is not sent when the cursorUpdate option is specified along with this constant. This value specifies when the tracking area defined by an NSTrackingArea object is active.

## Declaration

```swift
static var activeAlways: NSTrackingArea.Options { get }
```

## See Also

### Constants

- [mouseEnteredAndExited](appkit/nstrackingarea/options-swift.struct/mouseenteredandexited.md)
- [mouseMoved](appkit/nstrackingarea/options-swift.struct/mousemoved.md)
- [cursorUpdate](appkit/nstrackingarea/options-swift.struct/cursorupdate.md)
- [activeWhenFirstResponder](appkit/nstrackingarea/options-swift.struct/activewhenfirstresponder.md)
- [activeInKeyWindow](appkit/nstrackingarea/options-swift.struct/activeinkeywindow.md)
- [activeInActiveApp](appkit/nstrackingarea/options-swift.struct/activeinactiveapp.md)
- [assumeInside](appkit/nstrackingarea/options-swift.struct/assumeinside.md)
- [inVisibleRect](appkit/nstrackingarea/options-swift.struct/invisiblerect.md)
- [enabledDuringMouseDrag](appkit/nstrackingarea/options-swift.struct/enabledduringmousedrag.md)
