<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/NSObject-swift.class/certificatePanelShowHelp(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Objective-C Runtime",
      "ObjectiveC"
    ],
    "preciseIdentifier" : "c:objc(cs)NSObject(im)certificatePanelShowHelp:"
  },
  "title" : "certificatePanelShowHelp(_:)"
}
-->

# certificatePanelShowHelp(_:)

Implements custom help behavior for the modal panel.

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

## Parameters

`sender`

The certificate panel for which to implement custom help.

## Discussion

You can use this delegate method to implement custom help if you call the <doc://com.apple.documentation/documentation/SecurityInterface/SFCertificatePanel/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

  <doc://com.apple.documentation/documentation/AppKit/NSWindow/delegate>

  <doc://com.apple.documentation/documentation/SecurityInterface/SFCertificatePanel/setShowsHelp(_:)>



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)