{"identifier":72540,"topic":"Properties","name":"hilite","text":"<code> set <\/code>[<code>the<\/code>]<code> hilite of <i>button<\/i> \u00ac     to <i>trueOrFalse<\/i> <br><br>\n\n <\/code>The<code> hilite <\/code>property returns or sets whether a button is highlighted (shown in inverse video).   <br><br>\n\n With check boxes and radio buttons,<code> hilite <\/code>determines whether the button is selected. <br>\n<br>\n If a button belongs to a <i>family<\/i>  and its<code> hilite <\/code>property is set to<code> true <\/code>from a script,  the<code> hilite <\/code>property of each of the other buttons in the family is set to<code> false<\/code>. <br><br>\n\n (Click Tips to see a list of synonyms you can use for <code>hilite<\/code>.) <br>\n","related":{"27092":null,"67503":"autoHilite","81699":"sharedHilite"},"examples":"","demo":"<code><pre>on hiliteDemo\n  flashButton \"bkgnd btn id 61\",3\n  flashButton \"bkgnd btn id 57\",3\n  flashButton \"bkgnd btn id 58\",3\nend hiliteDemo\non flashButton whichBtn, howManyTimes\n  repeat for (howManyTimes * 2)\n    set the <b>hilite<\/b> of whichBtn to not the <b>hilite<\/b> of whichBtn\n  end repeat\nend flashButton<\/pre><\/code>\n ","debug":{"9":["\rset [the] hilite of"],"10":["\rIf a button belongs"]}}