CWnd::IsIconic

Syntax

BOOL IsIconic() const;

Remarks

Specifies whether CWnd is minimized (iconic).

Return Value

Specifies whether the CWnd object is minimized. It is TRUE if CWnd is minimized; otherwise FALSE.

See Also

::IsIconic