MsoComboStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the command bar combo box includes a label or not.
public enum class MsoComboStyle
public enum MsoComboStyle
type MsoComboStyle =
Public Enum MsoComboStyle
- Inheritance
-
MsoComboStyle
Fields
Name | Value | Description |
---|---|---|
msoComboNormal | 0 | Combo box does not include a label. |
msoComboLabel | 1 | Combo box includes a label, specified by the Caption property of the combo box. |