Introduction
A standard button that can be clicked in order to trigger an event with support for text coloring and localization.

Fields#
| Name | Description |
|---|---|
| Target | Control displaying text |
| Localize | Localize button text |
| Color Text | Colorize tet |
| On Click | Event fired on button click |
| On Pointer Down | Event fired on pointer down |
| On Pointer Up | Event fired on pointer up |
| On Got Focus | Event fired when button gets focus |
| On Lost Focus | Event fired when button loses focus |
Properties#
| Name | Description |
|---|---|
| fontColors | Colors used on text component |
| hasPointer | Check if pointer is over control |
| pointerDown | Check if pointer is down on control |
| selected | Check if control is currently selected |
| text | Get/Set control text. If localize is selected text will automatically be localized. |