Important: The information in this document is obsolete and should not be used for new development.
PromptForCyberItem
Displays the Connect To dialog box and returns the Cyberdog item specified by the user.
CyberItem PromptForCyberItem (in Str255 windowTitle);
windowTitle
- The title to be used for the Connect To dialog box.
- return value
- The
CyberItem
object specified by the user.DISCUSSION
You call this method to display the Connect To dialog box with the specified title; this method calls theCyberItemPromptExtension::PromptForCyberItem
method. If you do not specify a window title, the Connect To dialog box is displayed with a default title.The Connect To dialog box allows the user to select from any services installed in the system and to specify a Cyberdog item in the corresponding Connect To panel. This method returns the Cyberdog item specified by the user; it does not open the item.
Do not subclass this class.
SEE ALSO
TheShowConnectDialog
method (page 376).
TheCyberItemPromptExtension::PromptForCyberItem
method (page 249).