다음을 통해 공유


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

참고 항목

참조

CWindow 클래스

CWindow::IsWindow

CWindow::IsWindowUnicode