Open BrunProgramming opened 10 months ago
I guess SetFieldBackgroundColor
is what you're looking for.
But if you want to change the colour of only one of the input fields, you'd probably have to use GetFormItem
after constructing the form, cast to an input field, then change its attributes.
and trying to change the background color of the Inputfield this is my code
I would appreciate anyone's help thanks