Sets the highlight color of a form field containing the current text input position. To suppress highlighting the active FormField the property value can be set to null.

<void> TextViewGeneratorColors.setActiveFormFieldColor(<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.