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
 

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