CollectionEditorForm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a component with a property "Items" of type Collection. I've done my
own CollectionEditor with an associated Form, but I have a problem.

Items is a collection of objects with type MyObject, which have a property
TextBox. When I edit this propriety with my editor, I can retrieve the
controls of the design-time edited form (owner of my component).

How can I make a link between the controls of this form and the collection
editor form ?

please, help

thanks
 
Back
Top