---
title: spellingPanel
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsspellchecker/spellingpanel
---

# spellingPanel

Returns the spell checker’s panel.

## Declaration

```swift
var spellingPanel: NSPanel { get }
```

## Return Value

Return Value The spell checking panel.

## See Also

### Managing Panels

- [substitutionsPanel](appkit/nsspellchecker/substitutionspanel.md)
- [updateSpellingPanel(withGrammarString:detail:)](appkit/nsspellchecker/updatespellingpanel(withgrammarstring:detail:).md)
- [updatePanels()](appkit/nsspellchecker/updatepanels().md)
- [accessoryView](appkit/nsspellchecker/accessoryview.md)
- [substitutionsPanelAccessoryViewController](appkit/nsspellchecker/substitutionspanelaccessoryviewcontroller.md)
