CWindow::IsWindowVisible
Détermine l'état de visibilité de la fenêtre.
BOOL IsWindowVisible( ) const throw();
Notes
Consultez l' IsWindowVisible dans Kit de développement logiciel Windows.
Exemple
//The following example attaches an HWND to the CWindow object and
//calls CWindow::IsWindowVisible() to determine the visibility state
//of the window
CWindow myWindow;
myWindow.Attach(hWnd);
BOOL bVisible = myWindow.IsWindowVisible();
Configuration requise
Header: atlwin.h