List Form controls in a Combobox

Posted by serhio on Stack Overflow See other posts from Stack Overflow or by serhio
Published on 2010-06-11T11:43:30Z Indexed on 2010/06/11 11:52 UTC
Read the original article Hit count: 156

Filed under:
|

how should I list a form controls in a Combobox of the same form(like VS designer does)?

alt text

I tried:

cboObjectSelection.DataSource = Me.Controls

but this does not work.

Is there a possibility to filter(customize) this list?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms