I'm using a custom control I created derived from DataGridView in an app.
If I change the source code for this custom control, do I need to remove my control from the form and then add back to the rebuilt version of it from the toolbox?
I hope not, as that would be quite tedious - resetting all the properties, hooking up events, etc.