OlComboBoxStyle Enumeration

Indicates the behavior of a combo box control.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<GuidAttribute("382F8459-84AD-4CEB-8705-A8F8E2DC15E1")> _
Public Enumeration OlComboBoxStyle
'Usage
Dim instance As OlComboBoxStyle
[GuidAttribute("382F8459-84AD-4CEB-8705-A8F8E2DC15E1")]
public enum OlComboBoxStyle

Members

Member name Description
olComboBoxStyleCombo Indicates that the combo box behaves like a traditional combo box in which the user can type a value in the edit box or select a value from the drop-down list.
olComboBoxStyleList Indicates that the combo box behaves like a drop-down list from which the user can only select a value.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace