---
title: "certificatePanelShowHelp(_:)"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/certificatepanelshowhelp(_:)"
---

# certificatePanelShowHelp(_:)

Implements custom help behavior for the modal panel.

## Declaration

```swift
func certificatePanelShowHelp(_ sender: SFCertificatePanel!) -> Bool
```

## Parameters

- `sender`: The certificate panel for which to implement custom help.

## Discussion

Discussion You can use this delegate method to implement custom help if you call the setShowsHelp(_:) method to display a help button in the sheet or panel. If you are not implementing custom help, do not implement this method.

## See Also

### Related Documentation

- [delegate](appkit/nswindow/delegate.md)
- [setShowsHelp(_:)](securityinterface/sfcertificatepanel/setshowshelp(_:).md)
