CWindow::IsIconic
Determina se a janela estiver minimizada.
BOOL IsIconic( ) const throw();
Comentários
Consulte IsIconic em Windows SDK.
Exemplo
//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();
Requisitos
Cabeçalho: atlwin.h