Important: The information in this document is obsolete and should not be used for new development.
SetNotebook
Sets the notebook part and its extension.
void SetNotebook (in ODPart notebookPart);
notebookPart- The
ODPartobject to be used as the notebook. TheODPartobject must have an extension subclassed fromCyberNotebookExtension.DISCUSSION
This method designates the specified part as the notebook part. If you develop your own notebook part, you can call this method to notify the session object that your notebook part should be used as the notebook. If the user opens a notebook stored as a part in the Finder, Cyberdog calls this method to designate the part as the notebook.The specified part must have an extension subclassed from
CyberNotebookExtensionand a part kind ofkNotebookManagerKind.Do not subclass this class.
SEE ALSO
TheGetNotebookmethod (page 364).