Forum Discussion

kevintran1308's avatar
kevintran1308
Contributor
4 years ago
Solved

How to create a region checkpoints for textbox.

Hi everyone,   I have a small question to ask. I want to set up a region check point for the textbox to see if it was able to modify or not. How can I do it?  
  • tphillips's avatar
    tphillips
    4 years ago

    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.