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

# isEnabled

A Boolean that shows whether the receiver’s Set button is enabled.

## Declaration

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

## Discussion

Discussion The receiver continues to reflect the font of the selection for cooperating text objects regardless of this setting.

## See Also

### Enabling Font Changes

- [reloadDefaultFontFamilies()](appkit/nsfontpanel/reloaddefaultfontfamilies().md)
