Поделиться через


CWindow::IsWindowVisible

Указывает состояние видимости окна.

BOOL IsWindowVisible( ) const throw();

Заметки

См. раздел IsWindowVisible в Windows SDK.

Пример

//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();

Требования

Header: atlwin.h

См. также

Ссылки

CWindow Class

CWindow::IsWindow

CWindow::IsWindowUnicode