ComboBox and it's editfield and dropdown

A

AlanM

Hi,

Do I remember right that combobox is build using editfield and dropdownlist?
If so, how can I get reference to ComboBox's editfield and DropDown?

I remember that in the 90's in MFC environment it was ok to get Handles to
these components,
but how should it be done using C# code? Anyone have these code snippets?

Cheers!
 
J

Justin Creasy

Could you explain what you are trying to do? Do you want to change the
default behavior of the comboBox?
 
A

AlanM

That is excatly what I'm going to do!!

Customized ComboBox control. In MFC World that (subclassing)
was often used when projects needed some customized controls.

Let's take an example: FireFox and it's Navigation Toolbar.
I'm pretty sure that DropDown part of it is customized.
It's a multicolumn DropDown. Url in left side and Website's name in right
side.

But to the question, how to get references to Combo's editfield and
DropDown?

Am
 

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