-1

Suppose I have a ComboBox Control, in which there is dropdown button. Now I have to open the list without using human interaction by default.

Can I do this ?

Niket
  • 11
  • 3

1 Answers1

0

Use ComboBox.DroppedDown Property:

comboBox1.DroppedDown = true;