CWindow::IsWindowVisible
ウィンドウの表示状態を判断します。
BOOL IsWindowVisible( ) const throw();
解説
Windows SDK の「IsWindowVisible」を参照してください。
使用例
//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