UserControl collection property
i'm working with c# and made a usercontrol which among others has a combobox. I want to make property in my usercontrol which will serve like the items property of the combobox. And what i enter in this property will be added to the items property of the combobox. Please help me how can i do it?
thanx.

