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