var delegate: NSWindowDelegate?
The window’s delegate.
func setShowsHelp (Bool)
Displays a Help button in the sheet or panel.
Availability
Technology
func certificatePanelShowHelp(_ sender: SFCertificatePanel
!) -> Bool
sender
The certificate panel for which to implement custom help.
You can use this delegate method to implement custom help if you call the set
method to display a help button in the sheet or panel. If you are not implementing custom help, do not implement this method.
var delegate: NSWindowDelegate?
func setShowsHelp (Bool)