CWnd::IsIconic

BOOL IsIconic( ) const;

返回值:如果CWnd被最小化,则返回非零值;否则返回0。

说明:这个函数指明CWnd是否被最小化(图标化)。

请参阅:::IsIconic