---
title: "orderFrontSubstitutionsPanel(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstextview/orderfrontsubstitutionspanel(_:)"
---

# orderFrontSubstitutionsPanel(_:)

Brings forward a panel allowing the user to specify string substitutions in the text view.

## Declaration

```swift
func orderFrontSubstitutionsPanel(_ sender: Any?)
```

## Parameters

- `sender`: The control sending the message. May be nil.

## See Also

### Working with panels

- [usesFontPanel](appkit/nstextview/usesfontpanel.md)
- [usesFindPanel](appkit/nstextview/usesfindpanel.md)
- [performFindPanelAction(_:)](appkit/nstextview/performfindpanelaction(_:).md)
- [orderFrontLinkPanel(_:)](appkit/nstextview/orderfrontlinkpanel(_:).md)
- [orderFrontListPanel(_:)](appkit/nstextview/orderfrontlistpanel(_:).md)
- [orderFrontSpacingPanel(_:)](appkit/nstextview/orderfrontspacingpanel(_:).md)
- [orderFrontTablePanel(_:)](appkit/nstextview/orderfronttablepanel(_:).md)
