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
kODTrue
if 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'sIsNotebookWindowShown
method.Do not subclass this class.
SEE ALSO
TheShowNotebookWindow
method (page 377).
TheCyberNotebookExtension::IsNotebookWindowShown
method (page 266).