MsoComboStyle Enumeration
Represents the different combo box styles.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Enumeration MsoComboStyle
public enum MsoComboStyle
public enum class MsoComboStyle
type MsoComboStyle
public enum MsoComboStyle
Members
Member name | Description | |
---|---|---|
msoComboNormal | The combo box has no label. | |
msoComboLabel | The combo box has a label. |