Combo Box - CloseDropDown Method

Forces the listbox portion of a DropDown or DropDownList style combo box to be closed

Member of Combo Box (PRIM_CMBX)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)BooleanFalse if the combo could not close

Details

The CloseDropDown method provides programmatic control over the drop down list portion of the combo box.
 
This is useful when using the combo box as a means of data entry and you wish to open and close the drop down to show previously entered values.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2