Adding a Control to a ListBox

  • Thread starter Thread starter Just Me
  • Start date Start date
J

Just Me

What does it mean to add a control to a ListBox??

It inherits it from Control.ControlCollection Class .

I can understand adding a control to a Panel but not to a ListBox.

Thanks in advance
 
Hi,

I guess they are talking about something like a checked list box.

Ken
---------------------
What does it mean to add a control to a ListBox??

It inherits it from Control.ControlCollection Class .

I can understand adding a control to a Panel but not to a ListBox.

Thanks in advance
 
For example, I could add a Button to a CheckedListBox??

What would that do?

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

Back
Top