MsoComboStyle Enumeration

Specifies whether the command bar combo box includes a label or not.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoComboStyle
'Usage
Dim instance As MsoComboStyle
public enum MsoComboStyle

Members

Member name Description
msoComboNormal Combo box does not include a label.
msoComboLabel Combo box includes a label, specified by the Caption property of the combo box.

See Also

Reference

Microsoft.Office.Core Namespace