Important: The information in this document is obsolete and should not be used for new development.
IsNotebookWindowShown
Tests whether this notebook's window is currently displayed.
ODBoolean IsNotebookWindowShown ();
- return value
kODTrueif the notebook's window is displayed; otherwise,kODFalse.DISCUSSION
This method should determine whether the notebook's window is currently displayed. You should not call this method directly; to determine whether the notebook window is displayed, you should callCyberSession::IsNotebookWindowShown, which calls this method.If you subclass
CyberNotebookExtension, you must override this method. Your override must call its inherited method.SEE ALSO
TheShowNotebookWindowmethod (page 268).
TheCyberSession::IsNotebookWindowShownmethod (page 368).