ComboBox and it's editfield and dropdown

  • Thread starter Thread starter AlanM
  • Start date Start date
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!
 
Could you explain what you are trying to do? Do you want to change the
default behavior of the comboBox?
 
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
 
Back
Top