CWindow::IsWindowVisible
Determina o estado de visibilidade da janela.
BOOL IsWindowVisible( ) const throw();
Comentários
Consulte IsWindowVisible em Windows SDK.
Exemplo
//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();
Requisitos
Cabeçalho: atlwin.h