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