user8386217
user8386217

Reputation: 3

Bunifumetrotextbox in VB.net

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 😢

Upvotes: 0

Views: 375

Answers (1)

Gerson
Gerson

Reputation: 16

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.

Upvotes: 0

Related Questions