Sets the default highlight color of a form field. To suppress highlighting the FormField the property value can be set to null.

<void> TextViewGeneratorColors.setFormFieldColor(<string> color, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
color The highlight color.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.