Important: The information in this document is obsolete and should not be used for new development.
AddCyberItemToNotebook
Adds a Cyberdog item to this notebook.
void AddCyberItemToNotebook (in CyberItem item);
item
- The
CyberItem
object to be added.DISCUSSION
This method should add a Cyberdog item to the notebook. The method displays a dialog that prompts the user for a notebook. You could override this method, for example, to display a different dialog box.You should not call this method directly. To add a Cyberdog item to the notebook, you should call
CyberSession::AddCyberItemToNotebook
, which calls this method.If you subclass
CyberNotebookExtension
, you must override this method. Your override must call its inherited method.SEE ALSO
TheAddCyberItemsToNotebook
method (page 263).
TheCyberSession::AddCyberItemToNotebook
method (page 352).