delegate
The window’s delegate.
- setShowsHelp:
Displays a Help button in the sheet or panel.
Availability
Technology
- (BOOL)certificatePanelShowHelp:(SFCertificatePanel
*)sender;
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.
delegate
- setShowsHelp: