MsoComboStyle Enum

Definition

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

msoComboLabel 1

Combo box includes a label, specified by the Caption property of the combo box.

msoComboNormal 0

Combo box does not include a label.

Applies to