The objects that you store in your collection must also be serializable.
In addition, the collection class must implement an indexer.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Image transition effects, automatic persistent configuration and
design time mouse operations all in April's issue of Well Formed
http://www.bobpowell.net/wellformed.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://royo.is-a-geek.com/siteFeeder/GetFeed.aspx?FeedId=41
> Hi Tom,
>
[quoted text clipped - 9 lines]
> And finally my component has a property with the type of my
> CustomCollectionDerived class which now is marked also as
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]..
> .
>
[quoted text clipped - 22 lines]
> > >
> > > ?zden