I want to set a bunifumetrotextbox to readonly but I get an error stated
‘readonly’ is not a member of ‘Bunifumetrotextbox ‘
I really need to set this textbox to readonly. Can anyone help me 😢
I know that it is a bit late for the answer but if it works for someone else I use this:
TEXTBOXBUNIFU.Enabled = False
The disadvantage is that the text makes it gray and not in the original color that you put it in the textbox settings.