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 ?
Use ComboBox.DroppedDown Property:
comboBox1.DroppedDown = true;