I am currently working on a project that hosts the WinForms designer. I use a PropertyGrid to display the control properties of controls that are deleted on DesignSurface .
I created a UITypeEditor to change the values โโof my properties for user controls.
How can I reset the value of the null property when the Delete key is pressed in the PropertyGrid .
source share