Combo box.

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.

droppedstatus = Get_Property (objectname, "'DROPDOWN")

existingprop = Set_Property (objectname, "DROPDOWN", truefalse)

  • No labels