_CommandBarComboBox.Style Property
Returns or sets the way a command bar is displayed.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Style As MsoComboStyle
Get
Set
'Usage
Dim instance As _CommandBarComboBox
Dim value As MsoComboStyle
value = instance.Style
instance.Style = value
MsoComboStyle Style { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoComboStyle
Remarks
Can be either of the following MsoComboStyle constants: msoComboLabel or msoComboNormal.