no to make a property readonly
Hello,
We are developing a security library, it just takes the controls and, with some data in the database, set the enable and visible property. But I set that properties in the load event of the form according with the database, i would like to avoid programmers to set the enable and visible property by code after the load event.
Do you now a way to make that properties readonly after setting them? I would like that just for certains controls, nor for all of the form.
Thanks in advance.

