showDropDown

showDropDown();

The showDropDown method of the ComboBox class opens (shows) the drop-down list of the combo box control. (Use the isDroppedDown method to determine if the drop-down list is currently open.)

The showDropDown method is ignored if the combo box is not on the currently active form.