---
title: isEnabled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscontrol/isenabled
---

# isEnabled

A Boolean value that indicates whether the receiver reacts to mouse events.

## Declaration

```swift
var isEnabled: Bool { get set }
```

## Discussion

Discussion The value of this property is true if the receiver responds to mouse events; otherwise, false.
