I'm considering making a custom TabControl for the Compact Framework 3.5, one that has Designer interactions enabled.
All my research so far has led me to solutions for a control targeting the full .Net Framework, and I have soon been stopped by the lack of several required classes, interfaces and namespaces in the Compact Framework.
Ideally, I would like to follow these tutorials, but I find myself unable to do so because of the aforementioned lack. http://msdn.microsoft.com/en-us/library/h51z5c0x(v=VS.90).aspx
I already have the .xmta file, and I am aware of the Designer tag, however I can't figure out which class to put in there since I can't figure out how to make that very class!
Any help on that matter would greatly be appreciated.
Regards