Sets the Text Control's background color.
Introduced: X18.
<void> TXTextControl.setBackColor(<string> htmlColor, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
html |
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. |