_OlkComboBox.DropDown Method
Expands the drop-down portion of the combo box.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub DropDown
'Usage
Dim instance As _OlkComboBox
instance.DropDown()
[DispIdAttribute()]
void DropDown()
Remarks
Simulates the user clicking the drop button on the control. This method causes the DropButtonClick event to fire.