Important: The information in this document is obsolete and should not be used for new development.
CreateCyberItem
Creates a Cyberdog item from information specified in this Connect To panel.
CyberItem CreateCyberItem ();
- return value
- The newly created
CyberItem
object.DISCUSSION
Your implementation of this method should return the Cyberdog item the user specified in this Connect To panel. This method is called by theCyberItemPromptExtension::PromptForCyberItem
method when the user clicks the OK button in the Connect To dialog box.If you subclass
CyberConnectExtension
, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.SEE ALSO
TheCyberItemPromptExtension::PromptForCyberItem
method (page 249).