Clone comboBox Control problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to clone the comboBox Control, the be cloned one must contain
all the properties of orginial. Especically in the dataset and selectedvalue.

How can i do that? and have any example?

please help me ~~ !_!
 
I would like to clone the comboBox Control, the be cloned one must contain
all the properties of orginial. Especically in the dataset and selectedvalue.

How can i do that? and have any example?

please help me ~~ !_!

I would guess you need to inherit the combobox class and then
implement IClonable.

Thanks,

Seth Rowe
 
Jaye,

I think it makes no sense, the combobox does not *contain* a dataset and a
selectedvalue.

It only contains a reference (pointer) to the dataset and tells what
propertyname the selectedvalue has

Cor
 
Back
Top