CWindow::IsIconic
判斷視窗最小化。
BOOL IsIconic( ) const throw();
備註
請參閱在 Windows SDK的 IsIconic 。
範例
//The following example attaches an HWND to the CWindow object and
//calls CWindow::IsIconic() to determine if the window is minimized
CWindow myWindow;
myWindow.Attach(hWnd);
BOOL bIconic = myWindow.IsIconic();
需求
Header: atlwin.h