| **Navigation:**  [[introduction.htm|Language Reference]] > 9 -  Window and Report Attributes > Window and Report Attributes >====== ICONIZE (set window open as icon) ====== | [[icon set icon .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[imm set immediate event notification .htm|{{btn_next_n.gif|Next page}}]] | | || {{newc7.jpg|NewC7.jpg}} **ICONIZE** {{blk2blue.jpg|blk2blue.jpg}} The **ICONIZE** attribute (PROP:ICONIZE) specifies the APPLICATION or WINDOW is opened minimized as the icon specified by the ICON attribute. When an APPLICATION or non-MDI WINDOW is minimized, the icon //file// is displayed in the operating system's desktop; when a WINDOW with the MDI attribute is minimized, the icon //file// is displayed in the APPLICATION. With the SYSTEM built-in variable as the property assignment //target, //PROP:ICONIZE returns 1 if the Windows PIF setting for the application is set to open the application iconized. **Example:** ** !A Window with a minimize button, opened as the icon:** **Win2 WINDOW,ICON('MyIcon.ICO'),****ICONIZE** **     END** **See Also:** [[icon set icon .htm|ICON]] [[imm set immediate event notification .htm|IMM]]