次の方法で共有


CWindow::IsIconic

更新 : 2007 年 11 月

ウィンドウが最小化されているかどうかを判断します。

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

必要条件

ヘッダー : atlwin.h

参照

参照

CWindow クラス

CWindow::IsZoomed

その他の技術情報

CWindow のメンバ