OlkComboBoxEvents_Event.DropButtonClick Event
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.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event DropButtonClick As OlkComboBoxEvents_DropButtonClickEventHandler
'Usage
Dim instance As OlkComboBoxEvents_Event
Dim handler As OlkComboBoxEvents_DropButtonClickEventHandler
AddHandler instance.DropButtonClick, handler
event OlkComboBoxEvents_DropButtonClickEventHandler DropButtonClick
See Also
Reference
OlkComboBoxEvents_Event Interface