Are there any good books or examples that describe how to create a custom designer INCLUDING wiring it up to a custom CodeDomSerializer to generate appropriate code in the InitializeComponent method of the designer control. The code will be added to a custom code editor in a similar way that Visual Studio adds it to a code behind module.
There seem to be numerous examples showing how to host a custom designer (which I can follow) but none show how to implement code behind generation.
I hope this makes sense. Any help would be appreciated.
Damien