CWindow::IsWindowVisible
Określa stan widoczności okna.
BOOL IsWindowVisible( ) const throw();
Uwagi
Zobacz IsWindowVisible w Windows SDK.
Przykład
//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();
Wymagania
Nagłówek: atlwin.h