setHelpAnchor(_:)
Sets the help anchor string for the sheet or modal panel.
Declaration
func setHelpAnchor(_ anchor: String!)Parameters
- anchor:
The new help anchor string.
Discussion
You may call this function to set a help anchor string if you display a help button in the sheet or modal panel and do not implement the delegate method certificatePanelShowHelp(_:), or if the delegate method returns false. If you display a help button, do not set a help anchor string, and do not implement a delegate, the certificate panel displays a default help page (“Why isn’t a certificate being accepted?”).