Possible values are (a blank string removes the current styling):
controls.BUTTON1.bootstrapStyle = "Primary"; controls.BUTTON1.setBootstrapStyle("Secondary");
Possible values are (a blank string removes the current styling):
- Primary
- Secondary
- Success
- Danger
- Warning
- Info
- Light
- Dark
- Link
- Outline Primary
- Outline Secondary
- Outline Success
- Outline Danger
- Outline Warning
- Outline Info
- Outline Light
- Outline Dark
Example:controls.BUTTON1.bootstrapStyle = "Primary"; controls.BUTTON1.setBootstrapStyle("Secondary");