Solved
Forum Discussion
kevintran1308
5 years agoContributor
The textbox already had value in there. I want to check the textbox if it can be modified or not and ignore the value in there.
tphillips
5 years agoFrequent Contributor
You're probably looking for the Enabled property for the text box. If it's able to be modified Enabled will be true, otherwise it will be false.