Sets the background color for the text.
Introduced: X18.
<void> TXTextControl.setTextBackColor(<string> color, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| color | Name or hexadecimal value of the HTML Color. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |