{"identifier":82576,"topic":"Properties","name":"showName","text":"<code> set <\/code>[<code>the<\/code>]<code> showName of <i>button<\/i> \u00ac     to <i>trueOrFalse<\/i> <br><br>\n\n <\/code>The<code> showName <\/code>property returns or sets whether HyperCard displays the name of a button (if the button has one) within the button\u2019s rectangle. It corresponds to the Show Name check box in a Button Info dialog box. <br>\n","related":{"83738":"textAlign","84911":"textFont","86415":"textStyle"},"examples":"set the showName of bkgnd button \"Index\" to true","demo":"<code><pre>on hideBtnName\n  set <b>showName <\/b>of bkgnd button \"Run the Script\" to \"false\"\n  wait 30\n  set <b>showName <\/b>of bkgnd button \"Run the Script\" to \"true\"\nend hideBtnName\n<\/pre><\/code>\n ","debug":{"9":["\rset [the] showName "]}}