Got a custom designer that changes the arrangement of subcontrols in a custom
control. It works fine, but if I save the form/rebuild the solution, exit
out, and re-open the form, the subcontrols are back to their original place.
I know I have to change how the custom control is serialized back to the
code, and I believe it has something to do with Type Converters, but all I
can find is information on how to serialize properties. Since this is not a
property, but the order subcontrols are added to the custom control, I don't
know how to deal with this. How do I go about doing this? TIA.