Important: The information in this document is obsolete and should not be used for new development.
IsNotebookWindowShown
Tests whether the notebook window is currently displayed.
ODBoolean IsNotebookWindowShown ();
- return value
kODTrueif the notebook window is displayed; otherwise,kODFalse.DISCUSSION
You call this method when you need to determine whether the notebook window is displayed. This method calls the notebook extension'sIsNotebookWindowShownmethod.Do not subclass this class.
SEE ALSO
TheShowNotebookWindowmethod (page 377).
TheCyberNotebookExtension::IsNotebookWindowShownmethod (page 266).