CWindow::IsIconic
Bestimmt, ob das Fenster minimiert wird.
BOOL IsIconic( ) const throw();
Hinweise
Siehe IsIconic in Windows SDK.
Beispiel
//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();
Anforderungen
Header: atlwin.h