I want to change control properties on my forms during run time using a PropertyGrid but first id like to disable all the functionality of the form (events).
So I was thinking when editing the properties, call the form in to some kind of Edition state, If call the form with controls disabled the user is going to be able to enable it again (changing Property Grid) so it doesn’t seem viable solution, is there a way which I can disable all events that has code of my controls? Or can anyone give me another idea? or if this is a really bad idea please let me know.