| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > RuleManager > RulesManager Methods >====== SetEnumerateIcons (set icons for broken rules display) ====== | [[setcontrolsstatus set status of managed controls 1.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takeaccepted handle acceptance of error indicators 1.htm|{{btn_next_n.gif|Next page}}]] | | || **SetEnumerateIcons( **//windowicon//, //validicon//, //brokenicon// **)** {{blk2blue.jpg|blk2blue.jpg}} | **SetEnumerateIcons** | Sets the icons for the display produced by the EnumerateBrokenRules method. | | //windowicon// | A string constant, variable, EQUATE, or expression that contains the file name of the icon which will appear on the title bar of the broken rules listing. | | //validicon// | A string constant, variable, EQUATE, or expression that contains the file name of the icon which will appear on lines containing valid rules. | | //brokenicon// | A string constant, variable, EQUATE, or expression that contains the file name of the icon which will appear on lines containing broken rules. | **Return Data Type:**     LONG **Example:** **BusinessRulesManager.SetEnumerateIcons('~BRules.ico','~BRuleOk.ico', |** **                                       '~BRuleNo.ico')** **See Also: **[[enumeratebrokenrules display a list of rules with status of each 1.htm|EnumerateBrokenRules]]