func setShowsHelp (Bool)
Displays a Help button in the sheet or panel.
var delegate: NSWindowDelegate?
The window’s delegate.
Availability
Technology
func chooseIdentityPanelShowHelp(_ sender: SFChooseIdentityPanel
!) -> Bool
sender
The choose identity 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.
func setShowsHelp (Bool)
var delegate: NSWindowDelegate?