Create a Collection like ToolStrip

O

osmarjunior

In VS2005 there is the class ToolStrip. If I open the CollectionEditor
to edit the items of the tool bar, I can choose from a Label, Button,
TextBox, ComboBox...

I wanna create my own user control, when I have a collection like that
(with differents items to add in). But how can I do this? With one
single item I could do it, but with different items I don't know how to
do it.
 
O

osmarjunior

Hello, I wanna create a user control that contains many different
controls inside on it.
When I create a user control which contains just one type of control,
it works. But with different controls I don't know how to do it. It's
something like the CollectionEditor of the ToolStrip component of the
VS2005.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top