Since I haven't had much luck solving this problem myself, I'd thought I'd throw out what I'm trying to solve and see if someone has another way of doing what I want.

I have a CustomCalendar control. It contains 31 RichTextBoxes (one for each day of the month) where data can be entered during run time. I would like to have a Property where this information can be loaded and retrieved by the programmer.

As I mentioned above, I have tried a Collection of RichTextBox and a Collection of Strings and neither worked. Has anyone done anything similar?