Share via


OlkComboBox.DropDown Method

Outlook Developer Reference

Expands the drop-down portion of the combo box.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.DropDown

expression   A variable that represents an OlkComboBox object.

Remarks

Simulates the user clicking the drop button on the control. This method causes the DropButtonClick event to fire.

See Also