_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.

See Also

Reference

_OlkComboBox Interface

_OlkComboBox Members

Microsoft.Office.Interop.Outlook Namespace