setFontWeight
Sets the font weight of a control.
Parameters
Example Usages
brixxApi.setFontWeight("myControl", "bold"); brixxApi.setFontWeight("myControl", "normal");
brixxApi.setFontWeight("myControl"); //you can skip param2 if you want to set it back to normalLast updated