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();
요구 사항
헤더: atlwin.h