isDroppedDown

isDroppedDown(): Boolean;

The isDroppedDown method of the ComboBox class returns true if the drop-down list of the combo box control is open.

Use the closeDropDown or showDropDown methods to show or hide the drop-down list, respectively.