Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CWnd::IsWindowVisible
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL IsWindowVisible() const;
 
  Remarks
 
  Returns TRUE any time an application has made CWnd visible by using the
  ShowWindow member function (even if CWnd is completely covered by
  another child or pop-up window, the return value is TRUE).
 
  Return Value
 
  Specifies whether a given window exists on the screen. It is TRUE if it
  exists on the screen; otherwise FALSE.
 
  See Also
 
  CWnd::ShowWindow, ::IsWindowVisible
 
 
                                     -♦-