Instance Method インスタンスメソッド

chooseIdentityPanelShowHelp:

Implements custom help behavior for the modal panel.

Declaration 宣言

- (BOOL)chooseIdentityPanelShowHelp:(SFChooseIdentityPanel *)sender;

Parameters パラメータ

sender

The choose identity panel for which to implement custom help.

Discussion 解説

You can use this delegate method to implement custom help if you call the setShowsHelp: method to display a help button in the sheet or panel. If you are not implementing custom help, do not implement this method.

See Also 参照

Related Documentation 関連文書