OlkComboBox.DropButtonClick Event
Outlook Developer Reference |
Occurs when the user clicks the drop button to expand the drop-down list in the combo box control, or when the DropDown method is called programmatically.
Version Information
Version Added: Outlook 2007
Syntax
expression.DropButtonClick
expression A variable that represents an OlkComboBox object.
See Also