DROPDOWN property
Applies To
Combo box.
Description
Drops down the list box (Set_Property), or returns true or false (Get_Property). Wn true, indicates that the list box is in a dropped state.
Usage
droppedstatus = Get_Property(objectname, "DROPDOWN")
existingprop = Set_Property(objectname, "DROPDOWN", truefalse)