setFontStyle
Sets the font style of a control.
Parameters
Example Usages
Set to italic
app.setFontStyle("myControl", "italic");Set to normal
app.setFontStyle("myControl", "normal");
app.setFontStyle("myControl"); // you can skip param2 if you want to set back to normalReturn Values
Last updated