Sets the background color for the text.

Introduced: X18.

<void> TXTextControl.setTextBackColor(<string> color, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
color Name or hexadecimal value of the HTML Color.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.