---
title: helpAnchor
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprintpanel/helpanchor
---

# helpAnchor

The HTML help anchor associated with the Print panel.

## Declaration

```swift
var helpAnchor: NSHelpManager.AnchorName? { get set }
```

## Discussion

Discussion Use this property to specify the anchor name in your Apple Help file. The string you assign should contain only the name portion of the HTML anchor element.

## See Also

### Customizing the Panel

- [jobStyleHint](appkit/nsprintpanel/jobstylehint-swift.property.md)
- [NSPrintPanel.JobStyleHint](appkit/nsprintpanel/jobstylehint-swift.struct.md)
- [options](appkit/nsprintpanel/options-swift.property.md)
- [NSPrintPanel.Options](appkit/nsprintpanel/options-swift.struct.md)
- [defaultButtonTitle()](appkit/nsprintpanel/defaultbuttontitle().md)
- [setDefaultButtonTitle(_:)](appkit/nsprintpanel/setdefaultbuttontitle(_:).md)
